Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp701 BRANCH(Int32NotEqual(entryA, Int32(-1)), &notNegtiveOne, exit); in HasOwnProperty() local
750 BRANCH(Int32NotEqual(entryB, Int32(-1)), &notNegtiveOne, exit); in HasOwnProperty() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp3387 BRANCH(Int32NotEqual(entryA, Int32(-1)), &notNegtiveOne, &negtiveOne); in GetPropertyByIndex() local
3665 BRANCH(Int32NotEqual(entryB, Int32(-1)), &notNegtiveOne, &negtiveOne); in GetPropertyByName() local
4060 BRANCH(Int32NotEqual(entry, Int32(-1)), &notNegtiveOne, &isNegtiveOne); in IsArrayLengthWritable() local
4326 BRANCH(Int32NotEqual(entryA, Int32(-1)), &notNegtiveOne, &negtiveOne); SetPropertyByIndex() local
4525 BRANCH(Int32NotEqual(entryA, Int32(-1)), &notNegtiveOne, &negtiveOne); DefinePropertyByIndex() local
4778 BRANCH(Int32NotEqual(entry1, Int32(-1)), &notNegtiveOne, &ifEnd); SetPropertyByName() local
4780 BRANCH(Int32NotEqual(entry1, Int32(-1)), &notNegtiveOne, &loopExit); SetPropertyByName() local
5048 BRANCH(Int32NotEqual(entry1, Int32(-1)), &notNegtiveOne, &ifEnd); DefinePropertyByName() local
7758 BRANCH(Int32NotEqual(entry, Int32(-1)), &notNegtiveOne, &exit); GetGlobalOwnProperty() local
[all...]

Completed in 16 milliseconds