Home
last modified time | relevance | path

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

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