Home
last modified time | relevance | path

Searched defs:GetArrayLength (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_array.h49 inline uint32_t GetArrayLength() const in GetArrayLength() function
Djs_tagged_value-inl.h1386 inline uint32_t JSTaggedValue::GetArrayLength() const in GetArrayLength() function
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_queue_stub_builder.h31 GateRef GetArrayLength(GateRef obj) in GetArrayLength() function
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp133 int64_t ArrayHelper::GetArrayLength(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle) in GetArrayLength() function in panda::ecmascript::base::ArrayHelper
/arkcompiler/ets_runtime/ecmascript/base/tests/
Darray_helper_test.cpp150 HWTEST_F_L0(ArrayHelperTest, GetArrayLength) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_queue.cpp229 uint32_t JSAPIQueue::GetArrayLength(JSThread *thread, const JSHandle<JSAPIQueue> &queue) in GetArrayLength() function in panda::ecmascript::JSAPIQueue
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp1598 GateRef StubBuilder::GetArrayLength(GateRef object) in GetArrayLength() function in panda::ecmascript::kungfu::StubBuilder