Home
last modified time | relevance | path

Searched refs:IsNativeModuleFailureInfo (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/
Dnative_module_failure_info.h25 CAST_CHECK(NativeModuleFailureInfo, IsNativeModuleFailureInfo);
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dfast_runtime_stub-inl.h258 if (obj.IsNativeModuleFailureInfo()) { in FastTypeOf()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h1301 inline bool JSTaggedValue::IsNativeModuleFailureInfo() const in IsNativeModuleFailureInfo() function
1303 return IsHeapObject() && GetTaggedObject()->GetClass()->IsNativeModuleFailureInfo(); in IsNativeModuleFailureInfo()
Djs_tagged_value.h692 bool IsNativeModuleFailureInfo() const;
Djs_hclass.h1769 inline bool IsNativeModuleFailureInfo() const in IsNativeModuleFailureInfo() function
Djs_object.cpp1156 if (receiver->IsNativeModuleFailureInfo()) { in GetProperty()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h422 GateRef IsNativeModuleFailureInfo(GateRef obj);
Dstub_builder-inl.h1453 inline GateRef StubBuilder::IsNativeModuleFailureInfo(GateRef obj) in IsNativeModuleFailureInfo() function
Dstub_builder.cpp5479 BRANCH(IsNativeModuleFailureInfo(obj), &objIsNativeModuleFailureInfo, in FastTypeOf()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp174 if (exports->IsNativeModuleFailureInfo()) { in ResolveExportObject()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp812 return JSNApiHelper::ToJSTaggedValue(this).IsNativeModuleFailureInfo(); in IsNativeModuleFailureInfoObject()