Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/
Djs_array.h48 inline uint32_t GetArrayLength() const in GetArrayLength() function
Djs_tagged_value-inl.h1019 inline uint32_t JSTaggedValue::GetArrayLength() const in GetArrayLength() function
/ark/js_runtime/ecmascript/base/
Dtyped_array_helper-inl.h196 int32_t TypedArrayHelper::GetArrayLength(JSThread *thread, const JSHandle<JSObject> &obj) in GetArrayLength() function
Darray_helper.cpp132 double ArrayHelper::GetArrayLength(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle) in GetArrayLength() function in panda::ecmascript::base::ArrayHelper
/ark/js_runtime/ecmascript/base/tests/
Darray_helper_test.cpp150 HWTEST_F_L0(ArrayHelperTest, GetArrayLength) in HWTEST_F_L0() argument
/ark/js_runtime/ecmascript/compiler/
Dstub.cpp1738 GateRef Stub::GetArrayLength(GateRef object) in GetArrayLength() function in panda::ecmascript::kungfu::Stub