Searched refs:NewJSBoundFunction (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | object_factory_test.cpp | 108 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 D | builtins_function.cpp | 207 JSHandle<JSBoundFunction> boundFunction = factory->NewJSBoundFunction(target, thisArg, argsArray); in FunctionPrototypeBindInternal()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | new_object_stub_builder.h | 92 GateRef NewJSBoundFunction(GateRef glue, GateRef target, GateRef boundThis, GateRef args);
|
H A D | new_object_stub_builder.cpp | 1119 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 D | builtins_function_stub_builder.cpp | 169 GateRef boundFunction = newBuilder.NewJSBoundFunction(glue, target, thisArg, argsArray);
in PrototypeBind()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | object_factory.h | 265 JSHandle<JSBoundFunction> NewJSBoundFunction(const JSHandle<JSTaggedValue> &target,
|
H A D | object_factory.cpp | 2083 JSHandle<JSBoundFunction> ObjectFactory::NewJSBoundFunction(const JSHandle<JSTaggedValue> &target, in NewJSBoundFunction() function in panda::ecmascript::ObjectFactory
|
Completed in 22 milliseconds