Searched refs:ConstructInternal (Results 1 – 7 of 7) sorted by relevance
87 static JSTaggedValue ConstructInternal(EcmaRuntimeCallInfo *info);
408 return JSFunction::ConstructInternal(info); in Construct()410 return JSProxy::ConstructInternal(info); in Construct()413 return JSBoundFunction::ConstructInternal(info); in Construct()533 JSTaggedValue JSFunction::ConstructInternal(EcmaRuntimeCallInfo *info) in ConstructInternal() function in panda::ecmascript::JSFunction658 JSTaggedValue JSBoundFunction::ConstructInternal(EcmaRuntimeCallInfo *info) in ConstructInternal() function in panda::ecmascript::JSBoundFunction
111 static JSTaggedValue ConstructInternal(EcmaRuntimeCallInfo *info);275 static JSTaggedValue ConstructInternal(EcmaRuntimeCallInfo *info);
980 JSTaggedValue JSProxy::ConstructInternal(EcmaRuntimeCallInfo *info) in ConstructInternal() function in panda::ecmascript::JSProxy
629 JSTaggedValue res = JSProxy::ConstructInternal(info); in HWTEST_F_L0()643 JSTaggedValue res2 = JSProxy::ConstructInternal(runtimeInfo); in HWTEST_F_L0()
2952 JSTaggedValue result = JSBoundFunction::ConstructInternal(info); in NewObject()2958 JSTaggedValue jsObj = JSProxy::ConstructInternal(info); in NewObject()2965 JSTaggedValue result = JSFunction::ConstructInternal(info); in NewObject()
2279 result = JSFunction::ConstructInternal(info); in ConstructorOptimize()