Home
last modified time | relevance | path

Searched defs:dictionaryMode (Results 1 - 1 of 1) 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

Completed in 7 milliseconds