Lines Matching refs:JS_STATIC_PROP
21 JS_STATIC_PROP(change, change, CJS_Event)
22 JS_STATIC_PROP(changeEx, change_ex, CJS_Event)
23 JS_STATIC_PROP(commitKey, commit_key, CJS_Event)
24 JS_STATIC_PROP(fieldFull, field_full, CJS_Event)
25 JS_STATIC_PROP(keyDown, key_down, CJS_Event)
26 JS_STATIC_PROP(modifier, modifier, CJS_Event)
27 JS_STATIC_PROP(name, name, CJS_Event)
28 JS_STATIC_PROP(rc, rc, CJS_Event)
29 JS_STATIC_PROP(richChange, rich_change, CJS_Event)
30 JS_STATIC_PROP(richChangeEx, rich_change_ex, CJS_Event)
31 JS_STATIC_PROP(richValue, rich_value, CJS_Event)
32 JS_STATIC_PROP(selEnd, sel_end, CJS_Event)
33 JS_STATIC_PROP(selStart, sel_start, CJS_Event)
34 JS_STATIC_PROP(shift, shift, CJS_Event)
35 JS_STATIC_PROP(source, source, CJS_Event)
36 JS_STATIC_PROP(target, target, CJS_Event)
37 JS_STATIC_PROP(targetName, target_name, CJS_Event)
38 JS_STATIC_PROP(type, type, CJS_Event)
39 JS_STATIC_PROP(value, value, CJS_Event)
40 JS_STATIC_PROP(willCommit, will_commit, CJS_Event)