Home
last modified time | relevance | path

Searched refs:constructType (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DConstructData.cpp36 JSObject* construct(ExecState* exec, JSValue constructorObject, ConstructType constructType, const … in construct() argument
38 ASSERT(constructType == ConstructTypeJS || constructType == ConstructTypeHost); in construct()
39 …return exec->interpreter()->executeConstruct(exec, asObject(constructorObject), constructType, con… in construct()
/external/webkit/Source/WebCore/bindings/js/
DScriptFunctionCall.cpp178 ConstructType constructType = constructor->getConstructData(constructData); in construct() local
179 if (constructType == ConstructTypeNone) in construct()
182 JSValue result = JSC::construct(m_exec, constructor, constructType, constructData, m_arguments); in construct()
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNPJSObject.cpp262 ConstructType constructType = getConstructData(m_jsObject.get(), constructData); in construct() local
263 if (constructType == ConstructTypeNone) in construct()
272 …JSValue value = JSC::construct(exec, m_jsObject.get(), constructType, constructData, argumentList); in construct()
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DparseConst.cpp15 …TConstTraverser(ConstantUnion* cUnion, bool singleConstParam, TOperator constructType, TInfoSink& … in TConstTraverser() argument
20 constructorType(constructType), in TConstTraverser()
/external/webkit/Source/WebCore/bridge/
DNP_jsobject.cpp510 ConstructType constructType = getConstructData(constructor, constructData); in _NPN_Construct() local
511 if (constructType == ConstructTypeNone) in _NPN_Construct()
518 JSValue resultV = JSC::construct(exec, constructor, constructType, constructData, argList); in _NPN_Construct()
/external/webkit/Source/JavaScriptCore/API/
DJSObjectRef.cpp467 ConstructType constructType = jsObject->getConstructData(constructData); in JSObjectCallAsConstructor() local
468 if (constructType == ConstructTypeNone) in JSObjectCallAsConstructor()
474 JSObjectRef result = toRef(construct(exec, jsObject, constructType, constructData, argList)); in JSObjectCallAsConstructor()
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp876 …eConstruct(CallFrame* callFrame, JSObject* constructor, ConstructType constructType, const Constru… in executeConstruct() argument
896 if (constructType == ConstructTypeJS) { in executeConstruct()
944 ASSERT(constructType == ConstructTypeHost); in executeConstruct()
4371 ConstructType constructType = getConstructData(v, constructData); in privateExecute() local
4373 if (constructType == ConstructTypeJS) { in privateExecute()
4401 if (constructType == ConstructTypeHost) { in privateExecute()
4422 ASSERT(constructType == ConstructTypeNone); in privateExecute()
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DNetscapePluginInstanceProxy.mm987 ConstructType constructType = object->getConstructData(constructData);
988 if (constructType == ConstructTypeNone)
996 JSValue value = JSC::construct(exec, object, constructType, constructData, argList);
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp2306 ConstructType constructType = getConstructData(constrVal, constructData); in DEFINE_STUB_FUNCTION() local
2308 ASSERT(constructType != ConstructTypeJS); in DEFINE_STUB_FUNCTION()
2310 if (constructType == ConstructTypeHost) { in DEFINE_STUB_FUNCTION()
2332 ASSERT(constructType == ConstructTypeNone); in DEFINE_STUB_FUNCTION()