Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array.cpp24 JSTaggedValue JSSharedArray::LengthGetter([[maybe_unused]] JSThread *thread, const JSHandle<JSObjec… in LengthGetter() function in panda::ecmascript::JSSharedArray
/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp24 JSTaggedValue JSArray::LengthGetter([[maybe_unused]] JSThread *thread, const JSHandle<JSObject> &se… in LengthGetter() function in panda::ecmascript::JSArray
Djs_function.cpp293 JSTaggedValue JSFunction::LengthGetter(JSThread *thread, const JSHandle<JSObject> &self) in LengthGetter() function in panda::ecmascript::JSFunction