Searched defs:JSObject (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/xml/
H A DSkJS.h19 typedef struct JSObject JSObject; typedef in typeref:struct:JSObject
34 void InitializeDisplayables(const SkBitmap& , JSContext *, JSObject *, JSObject *);
38 JSObject *fGlobal;
/external/skia/include/xml/
H A DSkJS.h19 typedef struct JSObject JSObject; typedef in typeref:struct:JSObject
34 void InitializeDisplayables(const SkBitmap& , JSContext *, JSObject *, JSObject *);
38 JSObject *fGlobal;
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Define.h11 typedef v8::Handle<v8::Object> JSObject; typedef
/external/chromium_org/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 95 milliseconds