Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp736 BRANCH(Int32NotEqual(entryA, Int32(-1)), &hasEntry, exit); in HasOwnProperty() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp3627 BRANCH(Int32NotEqual(entryA, Int32(-1)), &hasEntry, &noEntry); in GetPropertyByName() local
4683 BRANCH(Int32NotEqual(entry, Int32(-1)), &hasEntry, &ifEnd); in SetPropertyByName() local
4685 BRANCH(Int32NotEqual(entry, Int32(-1)), &hasEntry, &loopExit); in SetPropertyByName() local
4958 BRANCH(Int32NotEqual(entry, Int32(-1)), &hasEntry, &ifEnd); in DefinePropertyByName() local
[all...]

Completed in 20 milliseconds