Searched defs:notNegtiveOne (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_object_stub_builder.cpp | 701 BRANCH(Int32NotEqual(entryA, Int32(-1)), ¬NegtiveOne, exit);
in HasOwnProperty() local 750 BRANCH(Int32NotEqual(entryB, Int32(-1)), ¬NegtiveOne, exit);
in HasOwnProperty() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | stub_builder.cpp | 3387 BRANCH(Int32NotEqual(entryA, Int32(-1)), ¬NegtiveOne, &negtiveOne); in GetPropertyByIndex() local 3665 BRANCH(Int32NotEqual(entryB, Int32(-1)), ¬NegtiveOne, &negtiveOne); in GetPropertyByName() local 4060 BRANCH(Int32NotEqual(entry, Int32(-1)), ¬NegtiveOne, &isNegtiveOne); in IsArrayLengthWritable() local 4326 BRANCH(Int32NotEqual(entryA, Int32(-1)), ¬NegtiveOne, &negtiveOne); SetPropertyByIndex() local 4525 BRANCH(Int32NotEqual(entryA, Int32(-1)), ¬NegtiveOne, &negtiveOne); DefinePropertyByIndex() local 4778 BRANCH(Int32NotEqual(entry1, Int32(-1)), ¬NegtiveOne, &ifEnd); SetPropertyByName() local 4780 BRANCH(Int32NotEqual(entry1, Int32(-1)), ¬NegtiveOne, &loopExit); SetPropertyByName() local 5048 BRANCH(Int32NotEqual(entry1, Int32(-1)), ¬NegtiveOne, &ifEnd); DefinePropertyByName() local 7758 BRANCH(Int32NotEqual(entry, Int32(-1)), ¬NegtiveOne, &exit); GetGlobalOwnProperty() local [all...] |
Completed in 16 milliseconds