Searched refs:FunctionPrototypeApplyInternal (Results 1 – 3 of 3) sorted by relevance
42 …static JSTaggedValue FunctionPrototypeApplyInternal(JSThread *thread, JSHandle<JSTaggedValue> func,
120 return FunctionPrototypeApplyInternal(thread, func, thisArg, arrayObj); in FunctionPrototypeApply()123 JSTaggedValue BuiltinsFunction::FunctionPrototypeApplyInternal(JSThread *thread, JSHandle<JSTaggedV… in FunctionPrototypeApplyInternal() function in panda::ecmascript::builtins::BuiltinsFunction
3996 …JSTaggedValue result = builtins::BuiltinsFunction::FunctionPrototypeApplyInternal(thread, thisFunc, in DEF_RUNTIME_STUBS()