Home
last modified time | relevance | path

Searched refs:NewJSBoundFunction (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dobject_factory_test.cpp108 HWTEST_F_L0(ObjectFactoryTest, NewJSBoundFunction) in HWTEST_F_L0()
119 factory->NewJSBoundFunction(JSHandle<JSTaggedValue>::Cast(funFun), bound, array); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_function.cpp207 JSHandle<JSBoundFunction> boundFunction = factory->NewJSBoundFunction(target, thisArg, argsArray); in FunctionPrototypeBindInternal()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.h92 GateRef NewJSBoundFunction(GateRef glue, GateRef target, GateRef boundThis, GateRef args);
H A Dnew_object_stub_builder.cpp1119 GateRef NewObjectStubBuilder::NewJSBoundFunction(GateRef glue, GateRef target, GateRef boundThis, GateRef args) in NewJSBoundFunction() function in panda::ecmascript::kungfu::NewObjectStubBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_function_stub_builder.cpp169 GateRef boundFunction = newBuilder.NewJSBoundFunction(glue, target, thisArg, argsArray); in PrototypeBind()
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.h265 JSHandle<JSBoundFunction> NewJSBoundFunction(const JSHandle<JSTaggedValue> &target,
H A Dobject_factory.cpp2083 JSHandle<JSBoundFunction> ObjectFactory::NewJSBoundFunction(const JSHandle<JSTaggedValue> &target, in NewJSBoundFunction() function in panda::ecmascript::ObjectFactory

Completed in 22 milliseconds