Home
last modified time | relevance | path

Searched defs:notDictMode (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp1146 BRANCH(IsDictionaryMode(elements), &isDictMode, &notDictMode); in GetEnumElementKeys() local
1738 BRANCH(IsDictionaryMode(elements), &isDictMode, &notDictMode); GetAllElementKeys() local
1945 BRANCH(IsDictionaryMode(elements), slowPath, &notDictMode); GetEnumElementEntries() local
2243 BRANCH(IsDictionaryMode(properties), slowPath, &notDictMode); GetOwnPropertyDescriptors() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp8110 BRANCH(IsDictionaryMode(elements), &isDictMode, &notDictMode); in GetNumberOfElements() local

Completed in 22 milliseconds