Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_number_stub_builder.cpp101 BRANCH(TaggedIsInt(number), &retTrue, &isNotInt); in IsFinite() local
171 BRANCH(TaggedIsInt(number), &retTrue, &isNotInt); in IsInteger() local
207 BRANCH(TaggedIsInt(number), &retTrue, &isNotInt); in IsSafeInteger() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp1645 BRANCH(TaggedIsInt(value), &isInt, &isNotInt); in TaggedToElementKind() local
[all...]

Completed in 17 milliseconds