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

/macosx-10.10/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/WebCore-7600.1.25/bridge/
H A Druntime_method.h53 return globalObject->functionPrototype();
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DJSNPMethod.h46 JSC::Structure* structure = createStructure(exec->vm(), globalObject, globalObject->functionPrototype());

Completed in 139 milliseconds