Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass-inl.h305 auto prototypeObj = JSObject::Cast(proto); in FindProtoHClass() local
315 auto prototypeObj = JSObject::Cast(proto); in FindProtoRootHClass() local
/arkcompiler/ets_runtime/test/moduletest/object/
Dobject.js34 var prototypeObj = {}; variable