Home
last modified time | relevance | path

Searched refs:IsEcmaObject (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dmessage_string.h54 V(IsEcmaObject) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1061 ASM_ASSERT(GET_MESSAGE_STRING_ID(IsEcmaObject), TaggedIsHeapObject(obj)); in TaggedObjectIsEcmaObject()
1067 inline GateRef StubBuilder::IsEcmaObject(GateRef obj) in IsEcmaObject() function
Dstub_builder.h302 GateRef IsEcmaObject(GateRef obj);
Dstub_builder.cpp5971 Branch(IsEcmaObject(value), &isObj, &notObj); in SetTypeArrayPropertyByName()