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

/external/chromium_org/v8/src/
H A Dobjects.h57 // - JSGlobalProxy
987 V(JSGlobalProxy) \
1147 "JSGlobalProxy::context() should not be null") \
2250 // receiver is a JSGlobalProxy then the auxiliary object is a property
7849 // JSGlobalProxy's prototype must be a JSGlobalObject or null,
7850 // and the prototype is hidden. JSGlobalProxy always delegates
7853 // A JSGlobalProxy can be reinitialized which will preserve its identity.
7855 // Accessing a JSGlobalProxy requires security check.
7857 class JSGlobalProxy : public JSObject { class in class:v8::internal::ConstantPoolArray
7867 static inline JSGlobalProxy* cas
[all...]

Completed in 88 milliseconds