Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp177 JSHandle<JSBoundFunction> boundFunction(self); in NameGetter() local
227 JSMutableHandle<JSBoundFunction> boundFunction(thread, self.GetTaggedValue()); in LengthGetter() local
272 …JSHandle<JSBoundFunction> boundFunction(thread, JSBoundFunction::Cast(constructor->GetTaggedObject… in OrdinaryHasInstance() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp186 … JSHandle<JSBoundFunction> boundFunction = factory->NewJSBoundFunction(target, thisArg, argsArray); in FunctionPrototypeBind() local