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

/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/JS/
H A DJSTestNondeterministic.cpp60 class JSTestNondeterministicPrototype : public JSC::JSNonFinalObject { class in namespace:WebCore
63 static JSTestNondeterministicPrototype* create(JSC::VM& vm, JSC::JSGlobalObject* globalObject, JSC::Structure* structure)
65 JSTestNondeterministicPrototype* ptr = new (NotNull, JSC::allocateCell<JSTestNondeterministicPrototype>(vm.heap)) JSTestNondeterministicPrototype(vm, globalObject, structure);
77 JSTestNondeterministicPrototype(JSC::VM& vm, JSC::JSGlobalObject*, JSC::Structure* structure) function in class:WebCore::JSTestNondeterministicPrototype
134 const ClassInfo JSTestNondeterministicPrototype::s_info = { "TestNondeterministicPrototype", &Base::s_info, 0, 0, CREATE_METHOD_TABLE(JSTestNondeterministicPrototype) };
136 void JSTestNondeterministicPrototype::finishCreation(VM& vm)
152 return JSTestNondeterministicPrototype
[all...]

Completed in 129 milliseconds