Home
last modified time | relevance | path

Searched defs:boundFunction (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp203 … JSHandle<JSBoundFunction> boundFunction = factory->NewJSBoundFunction(target, thisArg, argsArray); in FunctionPrototypeBindInternal() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp347 JSHandle<JSBoundFunction> boundFunction(self); in NameGetter() local
399 JSMutableHandle<JSBoundFunction> boundFunction(thread, self.GetTaggedValue()); in LengthGetter() local
444 …JSHandle<JSBoundFunction> boundFunction(thread, JSBoundFunction::Cast(constructor->GetTaggedObject… in OrdinaryHasInstance() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_function_stub_builder.cpp182 GateRef boundFunction = newBuilder.NewJSBoundFunction(glue, target, thisArg, argsArray); in PrototypeBind() local