Searched defs:JSObject (Results 1 – 6 of 6) sorted by relevance
18 using JSObject = emscripten::val; variable
21 using JSObject = emscripten::val; variable
46 using JSObject = emscripten::val; typedef
47 using JSObject = emscripten::val; typedef
51 typedef struct JSObject JSObject; typedef
878 struct JSObject { struct879 union {897 JSShape *shape; /* prototype and property names + flag */898 JSProperty *prop; /* array of properties */900 struct JSMapRecord *first_weak_ref; /* XXX: use a bit and an external hash table? */902 union {961 } u;