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

/macosx-10.9.5/WebCore-7537.78.1/ForwardingHeaders/runtime/
H A DJSProxy.h3 #include <JavaScriptCore/JSProxy.h>
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSProxy.cpp27 #include "JSProxy.h"
34 ASSERT_HAS_TRIVIAL_DESTRUCTOR(JSProxy);
36 const ClassInfo JSProxy::s_info = { "JSProxy", &Base::s_info, 0, 0, CREATE_METHOD_TABLE(JSProxy) };
38 void JSProxy::visitChildren(JSCell* cell, SlotVisitor& visitor)
40 JSProxy* thisObject = jsCast<JSProxy*>(cell);
50 void JSProxy::setTarget(VM& vm, JSGlobalObject* globalObject)
67 String JSProxy
[all...]
H A DJSProxy.h33 class JSProxy : public JSDestructibleObject { class in namespace:JSC
37 static JSProxy* create(VM& vm, Structure* structure, JSObject* target)
39 JSProxy* proxy = new (NotNull, allocateCell<JSProxy>(vm.heap)) JSProxy(vm, structure);
54 JSProxy(VM& vm, Structure* structure) function in class:JSC::JSProxy
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSDOMWindowShell.h33 #include <runtime/JSProxy.h>
40 class JSDOMWindowShell : public JSC::JSProxy {
41 typedef JSC::JSProxy Base;
/macosx-10.9.5/JavaScriptCore-7537.78.1/
H A Djsc.cpp38 #include "JSProxy.h"
197 object->setGlobalThis(vm, JSProxy::create(vm, JSProxy::createStructure(vm, object, object->prototype()), object));

Completed in 175 milliseconds