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

/external/chromium_org/v8/src/
H A Dobjects.h81 // - JSProxy
799 // Boundary for objects represented as JSReceiver (i.e. JSObject or JSProxy).
800 // Note that there is no range for JSObject or JSProxy, since their subtypes
809 // Boundaries for testing the types represented as JSProxy
1025 V(JSProxy) \
1913 // JSObject and JSProxy.
9019 // The JSProxy describes EcmaScript Harmony proxies
9020 class JSProxy: public JSReceiver { class in namespace:v8
9029 static inline JSProxy* cast(Object* obj);
9088 DECLARE_PRINTER(JSProxy)
[all...]

Completed in 593 milliseconds