Searched defs:isBigint (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | circuit_builder.cpp | 1482 BRANCH_CIR2(TaggedIsBigInt(value), &isBigint, &returnTrue); in FastToBoolean() local
|
| H A D | stub_builder.cpp | 6769 BRANCH(TaggedObjectIsBigInt(value), &isBigint, &returnTrue); in FastToBoolean() local 6868 Branch(TaggedObjectIsBigInt(value), &isBigint, &returnTrue); in FastToBooleanBaseline() local 6987 BRANCH(TaggedObjectIsBigInt(value), &isBigint, &returnTrue); in FastToBooleanWithProfile() local 7107 Branch(TaggedObjectIsBigInt(value), &isBigint, &returnTrue); FastToBooleanWithProfileBaseline() local [all...] |
Completed in 21 milliseconds