Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/
Djs_function.h157 inline void SetFunctionLength(const JSThread *thread, JSTaggedValue length) in SetFunctionLength() function
Djs_function.cpp418 bool JSFunction::SetFunctionLength(JSThread *thread, const JSHandle<JSFunction> &func, JSTaggedValu… in SetFunctionLength() function in panda::ecmascript::JSFunction