Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp257 BRANCH(IsDictionaryMode(elements), &dictionaryMode, &notDictionaryMode); in AssignEnumElementProperty() local
531 BRANCH(IsDictionaryMode(properties), &dictionaryMode, &notDictionaryMode); in AssignAllEnumProperty() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp8268 BRANCH(IsDictionaryModeByHClass(hclass), &exit, &notDictionaryMode); in TryGetEnumCache() local

Completed in 20 milliseconds