Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp1197 Branch(TaggedIsNumeric(acc), &valueIsNumeric, &valueNotNumeric); in GenerateCircuit() local
4141 Branch(TaggedIsNumeric(value), &valueIsNumeric, &valueNotNumeric); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp3290 BRANCH(TaggedIsNumeric(value), &valueIsNumeric, &valueNotNumeric); in DECLARE_ASM_HANDLER() local
3332 BRANCH(TaggedIsNumeric(value), &valueIsNumeric, &valueNotNumeric); in DECLARE_ASM_HANDLER() local

Completed in 38 milliseconds