Home
last modified time | relevance | path

Searched refs:GetEntries (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_tree_map_iterator.cpp52 JSMutableHandle<TaggedArray> entries(thread, iter->GetEntries()); in Next()
53 if ((iter->GetEntries().IsHole()) || (elements != entries->GetLength())) { in Next()
H A Djs_api_tree_set_iterator.cpp52 JSMutableHandle<TaggedArray> entries(thread, iter->GetEntries()); in Next()
53 if ((iter->GetEntries().IsHole()) || (elements != entries->GetLength())) { in Next()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_second_tests.cpp1539 object->GetEntries(vm_); in HWTEST_F_L0()
1567 Local<SendableMapIteratorRef> sendableMapIteratorRef = object->GetEntries(vm_); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1390 Local<MapIteratorRef> GetEntries(const EcmaVM *vm);
1410 Local<SendableMapIteratorRef> GetEntries(const EcmaVM *vm);
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.h2609 const std::vector<std::unique_ptr<TypeProfileEntry>> *GetEntries() const in GetEntries() function in panda::ecmascript::tooling::final::final
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_types_test.cpp2603 const std::vector<std::unique_ptr<TypeProfileEntry>> *typeProfileEntry = scriptTypeProfile->GetEntries();
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp1393 Local<MapIteratorRef> MapRef::GetEntries(const EcmaVM *vm) in GetEntries() function in panda::MapRef
1556 Local<SendableMapIteratorRef> SendableMapRef::GetEntries(const EcmaVM *vm) in GetEntries() function in panda::SendableMapRef

Completed in 24 milliseconds