Searched defs:isNumber (Results 1 - 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | json_parser.cpp | 517 bool isNumber = ReadNumberRange(isFast, fastInteger); in ParseNumber() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | jsnapi_second_tests.cpp | 1203 bool isNumber = true; in HWTEST_F_L0() local 1223 bool isNumber = true; in HWTEST_F_L0() local 1243 bool isNumber = true; HWTEST_F_L0() local 1263 bool isNumber = true; HWTEST_F_L0() local 1283 bool isNumber = true; HWTEST_F_L0() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | mcr_circuit_builder.cpp | 1703 BRANCH_CIR2(TaggedIsNumber(value), &isNumber, ¬Number); in ToNumber() local
|
| H A D | circuit_builder.cpp | 1164 BRANCH_CIR2(TaggedIsNumber(obj), &isNumber, ¬Number); in ToObject() local 1472 BRANCH_CIR2(TaggedIsNumber(value), &isNumber, ¬Number); in FastToBoolean() local
|
| H A D | stub_builder.cpp | 6759 BRANCH(TaggedIsNumber(value), &isNumber, ¬Number); in FastToBoolean() local 6858 Branch(TaggedIsNumber(value), &isNumber, ¬Number); in FastToBooleanBaseline() local 6977 BRANCH(TaggedIsNumber(value), &isNumber, ¬Number); FastToBooleanWithProfile() local 7097 Branch(TaggedIsNumber(value), &isNumber, ¬Number); FastToBooleanWithProfileBaseline() local 8018 BRANCH(TaggedIsNumber(obj), &isNumber, ¬Number); ToPrototypeOrObj() local 8843 BRANCH(TaggedIsNumber(tagged), &isNumber, ¬Number); ToNumber() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_array_stub_builder.cpp | 230 GateRef isNumber = LogicAndBuilder(env) in Unshift() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| H A D | jsnapi_expo.cpp | 294 double JSValueRef::GetValueDouble(bool &isNumber) in GetValueDouble() argument 309 int32_t JSValueRef::GetValueInt32(bool &isNumber) in GetValueInt32() argument 325 uint32_t JSValueRef::GetValueUint32(bool &isNumber) in GetValueUint32() argument 330 GetValueInt64(bool &isNumber) GetValueInt64() argument [all...] |
Completed in 59 milliseconds