Home
last modified time | relevance | path

Searched refs:CanNotConvertNotValidObject (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dmessage_string.h57 V(CanNotConvertNotValidObject, "Obj is not a valid object") \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1139 inline void StubBuilder::CanNotConvertNotValidObject([[maybe_unused]] GateRef obj) in CanNotConvertNotValidObject() function
1141 ASM_ASSERT(GET_MESSAGE_STRING_ID(CanNotConvertNotValidObject), IsEcmaObject(obj)); in CanNotConvertNotValidObject()
Dstub_builder.h383 void CanNotConvertNotValidObject(GateRef obj);
Dtyped_native_inline_lowering.cpp2548 GateRef taggedId = builder_.Int32(GET_MESSAGE_STRING_ID(CanNotConvertNotValidObject)); in LowerObjectCreate()
Dstub_builder.cpp634 CanNotConvertNotValidObject(obj); in CreateDataPropertyOrThrow()