Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp3126 BRANCH(TaggedIsUndefined(arg0), &isUndef, &notUndef); in GenTypedArrayConstructor() local
3346 BRANCH(TaggedIsUndefined(length), &isUndef, &notUndef); in CreateFromArrayBuffer() local
H A Dbuiltins_array_stub_builder.cpp2650 GateRef isUndef = TaggedIsUndefined(value); in Includes() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp8885 BRANCH(TaggedIsUndefined(tagged), &isUndef, &notUndef); in ToIndex() local

Completed in 35 milliseconds