Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp679 BRANCH(IsDictionaryMode(elements), &isDictionaryElement, &notDictionaryElement); in HasOwnProperty() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp3353 BRANCH(IsDictionaryElement(hclass), &isDictionaryElement, &notDictionaryElement); in GetPropertyByIndex() local
4268 BRANCH(IsDictionaryElement(hclass), &isDictionaryElement, &notDictionaryElement); in SetPropertyByIndex() local
4479 BRANCH(IsDictionaryElement(hclass), &isDictionaryElement, &notDictionaryElement); in DefinePropertyByIndex() local

Completed in 20 milliseconds