Home
last modified time | relevance | path

Searched refs:callHostFunctionAsConstructor (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSFunction.h39 EncodedJSValue JSC_HOST_CALL callHostFunctionAsConstructor(ExecState*);
DJSGlobalData.cpp367 return NativeExecutable::create(*this, function, callHostFunctionAsConstructor); in getHostFunction()
DJSFunction.cpp45 EncodedJSValue JSC_HOST_CALL callHostFunctionAsConstructor(ExecState* exec) in callHostFunctionAsConstructor() function
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp3592 …Data, m_executablePool, function), function, ctiNativeConstruct(), callHostFunctionAsConstructor)); in hostFunctionStub()
3601 …cutable::create(*globalData, code, function, ctiNativeConstruct(), callHostFunctionAsConstructor)); in hostFunctionStub()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-1610332 (JSC::callHostFunctionAsConstructor):
23095 (JSC::callHostFunctionAsConstructor):
23506 (JSC::callHostFunctionAsConstructor):
23960 (JSC::callHostFunctionAsConstructor):
24624 (JSC::callHostFunctionAsConstructor):
DChangeLog8286 (JSC::callHostFunctionAsConstructor):
DChangeLog-2010-05-2478 (JSC::callHostFunctionAsConstructor):