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

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DFunctionConstructor.h38 static FunctionConstructor* create(VM& vm, Structure* structure, FunctionPrototype* functionPrototype) argument
41 constructor->finishCreation(vm, functionPrototype);
H A DFunctionConstructor.cpp47 void FunctionConstructor::finishCreation(VM& vm, FunctionPrototype* functionPrototype) argument
49 Base::finishCreation(vm, functionPrototype->classInfo()->className);
50 putDirectWithoutTransition(vm, vm.propertyNames->prototype, functionPrototype, DontEnum | DontDelete | ReadOnly);
H A DJSGlobalObject.h382 FunctionPrototype* functionPrototype() const { return m_functionPrototype.get(); } function in class:JSC::JSGlobalObject
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DJSNPMethod.h46 JSC::Structure* structure = createStructure(exec->vm(), globalObject, globalObject->functionPrototype());

Completed in 125 milliseconds