Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h530 void SetHasConstructorToHClass(GateRef glue, GateRef hClass, GateRef value);
Dstub_builder-inl.h2081 inline void StubBuilder::SetHasConstructorToHClass(GateRef glue, GateRef hClass, GateRef value) in SetHasConstructorToHClass() function
Dstub_builder.cpp779 SetHasConstructorToHClass(glue, hclass, Int32(1)); in AddPropertyByName()