Home
last modified time | relevance | path

Searched refs:SetIsPrototype (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp150 SetIsPrototype(false); in Initialize()
413 newProtoClass->SetIsPrototype(true); in ShouldUpdateProtoClass()
560 newHclass->SetIsPrototype(true); in NotifyHclassChanged()
Djs_function.h138 proto.GetTaggedObject()->GetClass()->SetIsPrototype(true); in SetFunctionPrototype()
Djs_hclass.h433 inline void SetIsPrototype(bool flag) const in SetIsPrototype() function
Djs_function.cpp130 JSObject::Cast(value->GetTaggedObject())->GetJSHClass()->SetIsPrototype(true); in PrototypeSetter()
Dobject_factory.cpp1516 defaultHclass->SetIsPrototype(true); in CreateDefaultClassPrototypeHClass()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hclass_generator.cpp276 hclass->SetIsPrototype(true); in CreatePHClass()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp366 objClass->SetIsPrototype(true); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp218 hclass->SetIsPrototype(true); in CreatePrototypeHClass()