Searched defs:JSObject (Results 1 - 2 of 2) sorted by path

/external/pdfium/fpdfsdk/include/jsapi/
H A Dfxjs_v8.h17 typedef v8::Local<v8::Object> JSObject; typedef
/external/v8/src/
H A Dobjects.h42 // - JSObject
246 // inobject properties when normalizing properties of a JSObject.
337 // JSObject for GC purposes. The first four entries here have typeof
767 // Boundary for objects represented as JSReceiver (i.e. JSObject or JSProxy).
768 // Note that there is no range for JSObject or JSProxy, since their subtypes
774 // Boundaries for testing the types represented as JSObject
923 V(JSObject) \
1090 // implementation of a JSObject's elements.
1097 // Convert to a JSObject if needed.
1141 Handle<JSObject> holde
1656 class JSObject: public JSReceiver { class in namespace:v8::internal
[all...]

Completed in 334 milliseconds