Searched refs:clsPrototype (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs-inl.h | 891 JSHandle<JSObject> clsPrototype(thread, ctor->GetFunctionPrototype()); in RuntimeCloneClassFromTemplate() 896 JSHandle<JSObject> cloneClassPrototype = factory->CloneObjectLiteral(JSHandle<JSObject>(clsPrototype), lexenv, in RuntimeCloneClassFromTemplate() 1140 JSHandle<JSObject> clsPrototype(thread, JSHandle<JSFunction>(ctor)->GetFunctionPrototype()); 1141 clsPrototype->GetClass()->SetPrototype(thread, parentPrototype); 2271 JSHandle<JSObject> clsPrototype(thread, func->GetFunctionPrototype()); 2272 clsPrototype->GetClass()->SetPrototype(thread, parentPrototype); 2277 JSObject::DefineOwnProperty(thread, clsPrototype, constructorKey, descriptor); 2285 JSHClass::EnablePHCProtoChangeMarker(thread, JSHandle<JSHClass>(thread, clsPrototype->GetClass()));
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | class_info_extractor.cpp | 1017 JSHandle<JSObject> clsPrototype(thread, JSHandle<JSFunction>(ctor)->GetFunctionPrototype()); in DefineSendableInstanceHClass() 1018 ASSERT(clsPrototype->GetClass()->IsJSSharedObject()); in DefineSendableInstanceHClass() 1081 iHClass->SetPrototype(thread, JSHandle<JSTaggedValue>(clsPrototype)); in DefineSendableInstanceHClass()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
H A D | jsnapi_expo.cpp | 3363 JSHandle<JSObject> clsPrototype = JSFunction::NewJSFunctionPrototype(thread, func); in InitClassFunction() local 3364 clsPrototype->GetClass()->SetClassPrototype(true); in InitClassFunction() 3368 func->SetHomeObject(thread, clsPrototype); in InitClassFunction()
|
Completed in 20 milliseconds