Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder.cpp1178 BRANCH_CIR2(TaggedIsString(obj), &isString, &notString); in ToObject() local
1475 BRANCH_CIR2(TaggedIsString(value), &isString, &notString); in FastToBoolean() local
H A Dstub_builder.cpp816 BRANCH(IsString(key), &isString, &notString); in FindEntryFromNameDictionary() local
924 BRANCH(IsString(key), &isString, &notString); in FindEntryFromTransitionDictionary() local
2306 BRANCH(TaggedIsString(key), &isString, &notString); in TryToElementsIndex() local
3331 BRANCH(Int32LessThan(index, length), &getSubString, &notString); GetPropertyByIndex() local
6762 BRANCH(IsString(value), &isString, &notString); FastToBoolean() local
6861 Branch(IsString(value), &isString, &notString); FastToBooleanBaseline() local
6980 BRANCH(IsString(value), &isString, &notString); FastToBooleanWithProfile() local
7100 Branch(IsString(value), &isString, &notString); FastToBooleanWithProfileBaseline() local
8032 BRANCH(TaggedIsString(obj), &isString, &notString); ToPrototypeOrObj() local
[all...]

Completed in 15 milliseconds