Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h422 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
Dcircuit_builder.h570 inline GateRef IsJsType(GateRef object, JSType type);
Dslowpath_lowering.cpp2569 … builder_.Branch(builder_.IsJsType(obj, JSType::SYMBOL), &objIsSymbol, &objNotSymbol); in LowerTypeof()
2591 … builder_.Branch(builder_.IsJsType(obj, JSType::BIGINT), &objIsBigInt, &objNotBigInt); in LowerTypeof()