Home
last modified time | relevance | path

Searched refs:functionLength (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h252 JSHandle<JSIntlBoundFunction> NewJSIntlBoundFunction(MethodIndex idx, int functionLength = 1);
Dobject_factory.cpp1683 …dle<JSIntlBoundFunction> ObjectFactory::NewJSIntlBoundFunction(MethodIndex idx, int functionLength) in NewJSIntlBoundFunction() argument
1695 JSFunction::SetFunctionLength(thread_, function, JSTaggedValue(functionLength)); in NewJSIntlBoundFunction()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp1236 FunctionLength functionLength = FunctionLength::ONE; in InitializeError() local
1238 functionLength = FunctionLength::TWO; in InitializeError()
1243 functionLength); in InitializeError()