Searched refs:IsJsType (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_builder-inl.h | 422 IsJsType(x, JSType::PROPERTY_BOX)); in TaggedIsPropertyBox() 434 IsJsType(x, JSType::PROTOTYPE_HANDLER)); in TaggedIsPrototypeHandler() 440 IsJsType(x, JSType::TRANSITION_HANDLER)); in TaggedIsTransitionHandler() 446 IsJsType(x, JSType::STORE_TS_HANDLER)); in TaggedIsStoreTSHandler() 452 IsJsType(x, JSType::TRANS_WITH_PROTO_HANDLER)); in TaggedIsTransWithProtoHandler() 670 GateRef CircuitBuilder::IsJsType(GateRef obj, JSType type) in IsJsType() function
|
| D | circuit_builder.h | 570 inline GateRef IsJsType(GateRef object, JSType type);
|
| D | slowpath_lowering.cpp | 2569 … builder_.Branch(builder_.IsJsType(obj, JSType::SYMBOL), &objIsSymbol, &objNotSymbol); in LowerTypeof() 2591 … builder_.Branch(builder_.IsJsType(obj, JSType::BIGINT), &objIsBigInt, &objNotBigInt); in LowerTypeof()
|