Home
last modified time | relevance | path

Searched defs:isUndefined (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.h482 GateRef isUndefined = TaggedIsUndefined(x); in TaggedIsUndefinedOrHole() local
H A Dcircuit_builder.cpp1192 BRANCH_CIR2(TaggedIsUndefined(obj), &isUndefined, &notIsUndefined); in ToObject() local
H A Dstub_builder.cpp759 BRANCH(TaggedIsUndefined(element), &isUndefined, &notUndefined); in FindElementFromNumberDictionary() local
846 BRANCH(TaggedIsUndefined(element), &isUndefined, &notUndefined); in FindEntryFromNameDictionary() local
955 BRANCH(TaggedIsUndefined(element), &isUndefined, &notUndefined); FindEntryFromTransitionDictionary() local
[all...]

Completed in 14 milliseconds