#include "fxjs/cjs_event.h"
#include "fxjs/cjs_event_context.h"
#include "fxjs/cjs_field.h"
#include "fxjs/cjs_object.h"
#include "fxjs/js_define.h"
const JSPropertySpec CJS_Event::PropertySpecs[] = …;
uint32_t CJS_Event::ObjDefnID = …;
const char CJS_Event::kName[] = …;
uint32_t CJS_Event::GetObjDefnID() { … }
void CJS_Event::DefineJSObjects(CFXJS_Engine* pEngine) { … }
CJS_Event::CJS_Event(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime)
: … { … }
CJS_Event::~CJS_Event() = default;
CJS_Result CJS_Event::get_change(CJS_Runtime* pRuntime) { … }
CJS_Result CJS_Event::set_change(CJS_Runtime* pRuntime,
v8::Local<v8::Value> vp) { … }
CJS_Result CJS_Event::get_change_ex(CJS_Runtime* pRuntime) { … }
CJS_Result CJS_Event::set_change_ex(CJS_Runtime* pRuntime,
v8::Local<v8::Value> vp) { … }
CJS_Result CJS_Event::get_commit_key(CJS_Runtime* pRuntime) { … }
CJS_Result CJS_Event::set_commit_key(CJS_Runtime* pRuntime,
v8::Local<v8::Value> vp) { … }
CJS_Result CJS_Event::get_field_full(CJS_Runtime* pRuntime) { … }
CJS_Result CJS_Event::set_field_full(CJS_Runtime* pRuntime,
v8::Local<v8::Value> vp) { … }
CJS_Result CJS_Event::get_key_down(CJS_Runtime* pRuntime) { … }
CJS_Result CJS_Event::set_key_down(CJS_Runtime* pRuntime,
v8::Local<v8::Value> vp) { … }
CJS_Result CJS_Event::get_modifier(CJS_Runtime* pRuntime) { … }
CJS_Result CJS_Event::set_modifier(CJS_Runtime* pRuntime,
v8::Local<v8::Value> vp) { … }
CJS_Result CJS_Event::get_name(CJS_Runtime* pRuntime) { … }
CJS_Result CJS_Event::set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { … }
CJS_Result CJS_Event::get_rc(CJS_Runtime* pRuntime) { … }
CJS_Result CJS_Event::set_rc(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { … }
CJS_Result CJS_Event::get_rich_change(CJS_Runtime* pRuntime) { … }
CJS_Result CJS_Event::set_rich_change(CJS_Runtime* pRuntime,
v8::Local<v8::Value> vp) { … }
CJS_Result CJS_Event::get_rich_change_ex(CJS_Runtime* pRuntime) { … }
CJS_Result CJS_Event::set_rich_change_ex(CJS_Runtime* pRuntime,
v8::Local<v8::Value> vp) { … }
CJS_Result CJS_Event::get_rich_value(CJS_Runtime* pRuntime) { … }
CJS_Result CJS_Event::set_rich_value(CJS_Runtime* pRuntime,
v8::Local<v8::Value> vp) { … }
CJS_Result CJS_Event::get_sel_end(CJS_Runtime* pRuntime) { … }
CJS_Result CJS_Event::set_sel_end(CJS_Runtime* pRuntime,
v8::Local<v8::Value> vp) { … }
CJS_Result CJS_Event::get_sel_start(CJS_Runtime* pRuntime) { … }
CJS_Result CJS_Event::set_sel_start(CJS_Runtime* pRuntime,
v8::Local<v8::Value> vp) { … }
CJS_Result CJS_Event::get_shift(CJS_Runtime* pRuntime) { … }
CJS_Result CJS_Event::set_shift(CJS_Runtime* pRuntime,
v8::Local<v8::Value> vp) { … }
CJS_Result CJS_Event::get_source(CJS_Runtime* pRuntime) { … }
CJS_Result CJS_Event::set_source(CJS_Runtime* pRuntime,
v8::Local<v8::Value> vp) { … }
CJS_Result CJS_Event::get_target(CJS_Runtime* pRuntime) { … }
CJS_Result CJS_Event::set_target(CJS_Runtime* pRuntime,
v8::Local<v8::Value> vp) { … }
CJS_Result CJS_Event::get_target_name(CJS_Runtime* pRuntime) { … }
CJS_Result CJS_Event::set_target_name(CJS_Runtime* pRuntime,
v8::Local<v8::Value> vp) { … }
CJS_Result CJS_Event::get_type(CJS_Runtime* pRuntime) { … }
CJS_Result CJS_Event::set_type(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { … }
CJS_Result CJS_Event::get_value(CJS_Runtime* pRuntime) { … }
CJS_Result CJS_Event::set_value(CJS_Runtime* pRuntime,
v8::Local<v8::Value> vp) { … }
CJS_Result CJS_Event::get_will_commit(CJS_Runtime* pRuntime) { … }
CJS_Result CJS_Event::set_will_commit(CJS_Runtime* pRuntime,
v8::Local<v8::Value> vp) { … }