Lines Matching refs:v8

18   CJS_Event(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime);
48 CJS_Result set_change(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
51 CJS_Result set_change_ex(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
54 CJS_Result set_commit_key(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
57 CJS_Result set_field_full(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
60 CJS_Result set_key_down(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
63 CJS_Result set_modifier(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
66 CJS_Result set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
69 CJS_Result set_rc(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
72 CJS_Result set_rich_change(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
75 CJS_Result set_rich_change_ex(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
78 CJS_Result set_rich_value(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
81 CJS_Result set_sel_end(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
84 CJS_Result set_sel_start(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
87 CJS_Result set_shift(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
90 CJS_Result set_source(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
93 CJS_Result set_target(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
96 CJS_Result set_target_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
99 CJS_Result set_type(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
102 CJS_Result set_value(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
105 CJS_Result set_will_commit(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);