Lines Matching refs:CJS_Runtime

17   CJS_Return get_change(CJS_Runtime* pRuntime);
18 CJS_Return set_change(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
20 CJS_Return get_change_ex(CJS_Runtime* pRuntime);
21 CJS_Return set_change_ex(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
23 CJS_Return get_commit_key(CJS_Runtime* pRuntime);
24 CJS_Return set_commit_key(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
26 CJS_Return get_field_full(CJS_Runtime* pRuntime);
27 CJS_Return set_field_full(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
29 CJS_Return get_key_down(CJS_Runtime* pRuntime);
30 CJS_Return set_key_down(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
32 CJS_Return get_modifier(CJS_Runtime* pRuntime);
33 CJS_Return set_modifier(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
35 CJS_Return get_name(CJS_Runtime* pRuntime);
36 CJS_Return set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
38 CJS_Return get_rc(CJS_Runtime* pRuntime);
39 CJS_Return set_rc(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
41 CJS_Return get_rich_change(CJS_Runtime* pRuntime);
42 CJS_Return set_rich_change(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
44 CJS_Return get_rich_change_ex(CJS_Runtime* pRuntime);
45 CJS_Return set_rich_change_ex(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
47 CJS_Return get_rich_value(CJS_Runtime* pRuntime);
48 CJS_Return set_rich_value(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
50 CJS_Return get_sel_end(CJS_Runtime* pRuntime);
51 CJS_Return set_sel_end(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
53 CJS_Return get_sel_start(CJS_Runtime* pRuntime);
54 CJS_Return set_sel_start(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
56 CJS_Return get_shift(CJS_Runtime* pRuntime);
57 CJS_Return set_shift(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
59 CJS_Return get_source(CJS_Runtime* pRuntime);
60 CJS_Return set_source(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
62 CJS_Return get_target(CJS_Runtime* pRuntime);
63 CJS_Return set_target(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
65 CJS_Return get_target_name(CJS_Runtime* pRuntime);
66 CJS_Return set_target_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
68 CJS_Return get_type(CJS_Runtime* pRuntime);
69 CJS_Return set_type(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
71 CJS_Return get_value(CJS_Runtime* pRuntime);
72 CJS_Return set_value(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
74 CJS_Return get_will_commit(CJS_Runtime* pRuntime);
75 CJS_Return set_will_commit(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);