Home
last modified time | relevance | path

Searched refs:TaggedObjectIsBigInt (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h311 GateRef TaggedObjectIsBigInt(GateRef obj);
Dstub_builder-inl.h1147 inline GateRef StubBuilder::TaggedObjectIsBigInt(GateRef obj) in TaggedObjectIsBigInt() function
Dstub_builder.cpp3402 Branch(TaggedObjectIsBigInt(obj), &objIsBigInt, &objNotBigInt); in FastTypeOf()
4301 Branch(TaggedObjectIsBigInt(value), &isBigint, &returnTrue); in FastToBoolean()