Searched defs:prototype (Results 1 - 25 of 143) sorted by relevance

123456

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DArgumentsIteratorConstructor.cpp40 void ArgumentsIteratorConstructor::finishCreation(VM& vm, ArgumentsIteratorPrototype* prototype) argument
H A DMapIteratorConstructor.cpp40 void MapIteratorConstructor::finishCreation(VM& vm, MapIteratorPrototype* prototype) argument
H A DSetIteratorConstructor.cpp40 void SetIteratorConstructor::finishCreation(VM& vm, SetIteratorPrototype* prototype) argument
H A DArrayPrototype.h42 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype) argument
H A DObjectPrototype.h36 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype) argument
H A DPrototypeMap.cpp55 Structure* PrototypeMap::emptyObjectStructureForPrototype(JSObject* prototype, unsigned inlineCapacity) argument
[all...]
H A DStringPrototype.h39 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype) argument
H A DArgumentsIteratorConstructor.h39 static ArgumentsIteratorConstructor* create(VM& vm, Structure* structure, ArgumentsIteratorPrototype* prototype) argument
48 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype) argument
H A DArgumentsIteratorPrototype.h39 ArgumentsIteratorPrototype* prototype = new (NotNull, allocateCell<ArgumentsIteratorPrototype>(vm.heap)) ArgumentsIteratorPrototype(vm, structure); local
46 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype) argument
H A DArrayConstructor.h45 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype) argument
H A DArrayIteratorConstructor.h48 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype) argument
H A DArrayIteratorPrototype.h39 ArrayIteratorPrototype* prototype = new (NotNull, allocateCell<ArrayIteratorPrototype>(vm.heap)) ArrayIteratorPrototype(vm, structure); local
46 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype) argument
H A DBooleanConstructor.h43 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype) argument
H A DBooleanObject.h45 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype) argument
H A DBooleanPrototype.h34 BooleanPrototype* prototype = new (NotNull, allocateCell<BooleanPrototype>(vm.heap)) BooleanPrototype(vm, structure); local
41 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype) argument
H A DConsolePrototype.h41 ConsolePrototype* prototype = new (NotNull, allocateCell<ConsolePrototype>(vm.heap)) ConsolePrototype(vm, structure); local
46 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype) argument
H A DDateConstructor.h43 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype) argument
H A DDatePrototype.h39 DatePrototype* prototype = new (NotNull, allocateCell<DatePrototype>(vm.heap)) DatePrototype(vm, structure); local
47 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype) argument
H A DErrorConstructor.h44 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype) argument
H A DErrorPrototype.h36 ErrorPrototype* prototype = new (NotNull, allocateCell<ErrorPrototype>(vm.heap)) ErrorPrototype(vm, structure); local
43 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype) argument
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DObjCCallbackFunction.h54 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype) argument
/macosx-10.10.1/JavaScriptCore-7600.1.17/debugger/
H A DDebuggerActivation.h54 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype) argument
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DJSInjectedScriptHost.h43 static JSC::Structure* createStructure(JSC::VM& vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype) argument
H A DJSInjectedScriptHostPrototype.h48 static JSC::Structure* createStructure(JSC::VM& vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype) argument
H A DJSJavaScriptCallFramePrototype.h48 static JSC::Structure* createStructure(JSC::VM& vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype) argument

Completed in 202 milliseconds

123456