Searched defs:SetFunctionLength (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ | ||
| H A D | js_function.cpp | 724 bool JSFunction::SetFunctionLength(JSThread *thread, const JSHandle<JSFunction> &func, JSTaggedValue length, bool cfg) in SetFunctionLength() function in panda::ecmascript::JSFunction 955 void JSFunction::SetFunctionLength(const JSThread *thread, JSTaggedValue length) in SetFunctionLength() function in panda::ecmascript::JSFunction |
| /arkcompiler/ets_runtime/ecmascript/builtins/ | ||
| H A D | builtins.cpp | 564 void Builtins::SetFunctionLength(const JSHandle<JSFunction> &ctor, int length) const in SetFunctionLength() function in panda::ecmascript::Builtins [all...] |
Completed in 9 milliseconds