Home
last modified time | relevance | path

Searched refs:JS_ERROR (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.h85 JS_ERROR, enumerator
Djs_serializer.cpp284 case JSType::JS_ERROR: in WriteTaggedObject()
530 case JSType::JS_ERROR: in WriteJSErrorHeader()
531 return WriteType(SerializationUID::JS_ERROR); in WriteJSErrorHeader()
1136 case SerializationUID::JS_ERROR: in DeserializeJSTaggedValue()
1373 case SerializationUID::JS_ERROR: in ReadJSError()
Djs_hclass.h91JS_ERROR, /* JS_ERROR_FIRST ////////////////////////////////////////////////////////////…
265 …JS_ERROR_FIRST = JS_ERROR, /* ///////////////////////////////////////////////////////////////…
Ddump.cpp162 case JSType::JS_ERROR: in DumpJSType()
667 case JSType::JS_ERROR: in DumpObject()
3732 case JSType::JS_ERROR: in DumpObject()
Dobject_factory.cpp915 case JSType::JS_ERROR: in InitializeJSObject()
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h129 case JSType::JS_ERROR: in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp268 case JSType::JS_ERROR: in GenerateNodeName()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp413 case JSType::JS_ERROR: in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp1072 factory_->NewEcmaHClass(JSObject::SIZE, JSType::JS_ERROR, errorFuncPrototypeValue); in InitializeAllTypeError()