Home
last modified time | relevance | path

Searched defs:Length (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_linked_list.h64 inline uint32_t Length(JSThread *thread) in Length() function
Djs_api_list.h91 inline uint32_t Length(const JSThread *thread) in Length() function
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dd_ts.lib2.d.ts17 declare type Length = string | number | Resource; alias
/arkcompiler/runtime_core/static_core/verification/util/
Drange.h133 size_t Length() const in Length() function
/arkcompiler/ets_runtime/ecmascript/
Dtagged_list.h54 inline int Length() in Length() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.h35 enum class Length : uint8_t { enum
/arkcompiler/ets_runtime/common_components/heap/collector/
Dmarking_collector.h74 … inline size_t Length() const { return (tail_ - head_) & (COMMON_MAX_PREFETCH_QUEUE_SIZE - 1UL); } in Length() function
/arkcompiler/ets_frontend/es2panda/util/
Dustring.h82 size_t Length() const noexcept in Length() function
/arkcompiler/ets_frontend/ets2panda/util/
Dustring.h106 size_t Length() const noexcept in Length() function
/arkcompiler/ets_runtime/common_components/base/
Dc_string.cpp244 size_t CString::Length() const { return length_; } in Length() function in common::CString
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_linked_list.cpp134 JSTaggedValue ContainersLinkedList::Length(EcmaRuntimeCallInfo *argv) in Length() function in panda::ecmascript::containers::ContainersLinkedList
Dcontainers_lightweightmap.cpp53 JSTaggedValue ContainersLightWeightMap::Length(EcmaRuntimeCallInfo *argv) in Length() function in panda::ecmascript::containers::ContainersLightWeightMap
Dcontainers_list.cpp597 JSTaggedValue ContainersList::Length(EcmaRuntimeCallInfo *argv) in Length() function in panda::ecmascript::containers::ContainersList
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md6003 ### Length subsection
6157 ### Length subsection
Djsnapi_expo.cpp2300 uint32_t StringRef::Length(const EcmaVM *vm) in Length() function in panda::StringRef
4162 uint32_t ArrayRef::Length(const EcmaVM *vm) in Length() function in panda::ArrayRef
4204 uint32_t SendableArrayRef::Length(const EcmaVM *vm) in Length() function in panda::SendableArrayRef