Home
last modified time | relevance | path

Searched defs:isMap (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp1845 void DumpTaggedTreeEntry(T tree, std::ostream &os, int index, bool isMap = false) in DumpTaggedTreeEntry()
4611 void DumpForSnapshotTaggedTreeEntry(T tree, int index, std::vector<Reference> &vec, bool isMap = fa… in DumpForSnapshotTaggedTreeEntry()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp468 GateRef isMap = builder_.Equal(hclass, mapHclass, "Check HClass"); in LowerEcmaMapCheck() local
Dstub_builder.cpp9177 Label isMap(env); in TryFastGetIterator() local
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp4473 JSVM_Status OH_JSVM_IsMap(JSVM_Env env, JSVM_Value value, bool* isMap) in OH_JSVM_IsMap()