Home
last modified time | relevance | path

Searched refs:ConstructInternal (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_proxy.h87 static JSTaggedValue ConstructInternal(EcmaRuntimeCallInfo *info);
H A Djs_function.h184 static JSTaggedValue ConstructInternal(EcmaRuntimeCallInfo *info);
389 static JSTaggedValue ConstructInternal(EcmaRuntimeCallInfo *info);
H A Djs_function.cpp481 return JSFunction::ConstructInternal(info); in Construct()
483 return JSProxy::ConstructInternal(info); in Construct()
486 return JSBoundFunction::ConstructInternal(info); in Construct()
606 JSTaggedValue JSFunction::ConstructInternal(EcmaRuntimeCallInfo *info) in ConstructInternal() function in panda::ecmascript::JSFunction
738 JSTaggedValue JSBoundFunction::ConstructInternal(EcmaRuntimeCallInfo *info) in ConstructInternal() function in panda::ecmascript::JSBoundFunction
H A Djs_proxy.cpp978 JSTaggedValue JSProxy::ConstructInternal(EcmaRuntimeCallInfo *info) in ConstructInternal() function in panda::ecmascript::JSProxy
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_proxy_test.cpp585 JSTaggedValue res = JSProxy::ConstructInternal(info); in HWTEST_F_L0()
599 JSTaggedValue res2 = JSProxy::ConstructInternal(runtimeInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3501 JSTaggedValue result = JSBoundFunction::ConstructInternal(info); in NewObject()
3507 JSTaggedValue jsObj = JSProxy::ConstructInternal(info); in NewObject()
3514 JSTaggedValue result = JSFunction::ConstructInternal(info); in NewObject()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp3640 result = JSFunction::ConstructInternal(info); in ConstructorOptimize()

Completed in 27 milliseconds