Searched refs:FunctionPrototypeBindInternal (Results 1 – 3 of 3) sorted by relevance
48 …static JSTaggedValue FunctionPrototypeBindInternal(JSThread *thread, JSHandle<JSTaggedValue> targe…
187 return FunctionPrototypeBindInternal(thread, target, thisArg, argsArray); in FunctionPrototypeBind()190 JSTaggedValue BuiltinsFunction::FunctionPrototypeBindInternal(JSThread *thread, JSHandle<JSTaggedVa… in FunctionPrototypeBindInternal() function in panda::ecmascript::builtins::BuiltinsFunction
4007 JSTaggedValue result = builtins::BuiltinsFunction::FunctionPrototypeBindInternal(thread, target, in DEF_RUNTIME_STUBS()