Home
last modified time | relevance | path

Searched defs:clsPrototype (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp1058 JSHandle<JSObject> clsPrototype(thread, JSHandle<JSFunction>(ctor)->GetFunctionPrototype()); in DefineSendableInstanceHClass() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3463 JSHandle<JSObject> clsPrototype = JSFunction::NewJSFunctionPrototype(thread, func); in InitClassFunction() local