Home
last modified time | relevance | path

Searched defs:getPrototypeOf (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/pgo_class_operation/
Dpgo_class_operation.ts90 function getPrototypeOf(a) function
/arkcompiler/ets_runtime/test/moduletest/regress/
Dregress.js246 Object.getPrototypeOf([])[Symbol.iterator] = () => {}; function
/arkcompiler/ets_runtime/test/moduletest/object/
Dobject.js27 getPrototypeOf: function(t) { method