Home
last modified time | relevance | path

Searched refs:NewJSBoundFunction (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_factory_test.cpp132 HWTEST_F_L0(ObjectFactoryTest, NewJSBoundFunction) in HWTEST_F_L0() argument
143 factory->NewJSBoundFunction(JSHandle<JSTaggedValue>::Cast(funFun), bound, array); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp177 … JSHandle<JSBoundFunction> boundFunction = factory->NewJSBoundFunction(target, thisArg, argsArray); in FunctionPrototypeBind()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h248 JSHandle<JSBoundFunction> NewJSBoundFunction(const JSHandle<JSTaggedValue> &target,
Dobject_factory.cpp1661 JSHandle<JSBoundFunction> ObjectFactory::NewJSBoundFunction(const JSHandle<JSTaggedValue> &target, in NewJSBoundFunction() function in panda::ecmascript::ObjectFactory