Home
last modified time | relevance | path

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

/external/v8/src/debug/
Dmirrors.js229 function inherits(ctor, superCtor) { argument
231 tempCtor.prototype = superCtor.prototype;
232 ctor.super_ = superCtor.prototype;