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

/external/chromium_org/v8/src/
H A Dobjects.h61 // - JSGlobalObject
976 V(JSGlobalObject) \
7398 // JSGlobalProxy's prototype must be a JSGlobalObject or null,
7467 class JSGlobalObject: public GlobalObject { class in namespace:v8::internal
7469 DECLARE_CAST(JSGlobalObject)
7472 static Handle<PropertyCell> EnsurePropertyCell(Handle<JSGlobalObject> global,
7478 DECLARE_PRINTER(JSGlobalObject)
7479 DECLARE_VERIFIER(JSGlobalObject)
7485 DISALLOW_IMPLICIT_CONSTRUCTORS(JSGlobalObject);

Completed in 119 milliseconds