Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dmirror-debugger.js137 function inherits(ctor, superCtor) { argument
139 tempCtor.prototype = superCtor.prototype;
140 ctor.super_ = superCtor.prototype;