Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.h48 …static JSTaggedValue FunctionPrototypeBindInternal(JSThread *thread, JSHandle<JSTaggedValue> targe…
Dbuiltins_function.cpp187 return FunctionPrototypeBindInternal(thread, target, thisArg, argsArray); in FunctionPrototypeBind()
190 JSTaggedValue BuiltinsFunction::FunctionPrototypeBindInternal(JSThread *thread, JSHandle<JSTaggedVa… in FunctionPrototypeBindInternal() function in panda::ecmascript::builtins::BuiltinsFunction
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp4007 JSTaggedValue result = builtins::BuiltinsFunction::FunctionPrototypeBindInternal(thread, target, in DEF_RUNTIME_STUBS()