Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.h87 static JSTaggedValue ConstructInternal(EcmaRuntimeCallInfo *info);
Djs_function.cpp408 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::JSFunction
658 JSTaggedValue JSBoundFunction::ConstructInternal(EcmaRuntimeCallInfo *info) in ConstructInternal() function in panda::ecmascript::JSBoundFunction
Djs_function.h111 static JSTaggedValue ConstructInternal(EcmaRuntimeCallInfo *info);
275 static JSTaggedValue ConstructInternal(EcmaRuntimeCallInfo *info);
Djs_proxy.cpp980 JSTaggedValue JSProxy::ConstructInternal(EcmaRuntimeCallInfo *info) in ConstructInternal() function in panda::ecmascript::JSProxy
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_proxy_test.cpp629 JSTaggedValue res = JSProxy::ConstructInternal(info); in HWTEST_F_L0()
643 JSTaggedValue res2 = JSProxy::ConstructInternal(runtimeInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2952 JSTaggedValue result = JSBoundFunction::ConstructInternal(info); in NewObject()
2958 JSTaggedValue jsObj = JSProxy::ConstructInternal(info); in NewObject()
2965 JSTaggedValue result = JSFunction::ConstructInternal(info); in NewObject()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2279 result = JSFunction::ConstructInternal(info); in ConstructorOptimize()