Home
last modified time | relevance | path

Searched refs:FunctionPrototypeApplyInternal (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.h42 …static JSTaggedValue FunctionPrototypeApplyInternal(JSThread *thread, JSHandle<JSTaggedValue> func,
Dbuiltins_function.cpp120 return FunctionPrototypeApplyInternal(thread, func, thisArg, arrayObj); in FunctionPrototypeApply()
123 JSTaggedValue BuiltinsFunction::FunctionPrototypeApplyInternal(JSThread *thread, JSHandle<JSTaggedV… in FunctionPrototypeApplyInternal() function in panda::ecmascript::builtins::BuiltinsFunction
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3996 …JSTaggedValue result = builtins::BuiltinsFunction::FunctionPrototypeApplyInternal(thread, thisFunc, in DEF_RUNTIME_STUBS()