HomeSort by relevance Sort by last modified time
    Searched full:_prototype (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/test/mjsunit/runtime-gen/
createjsfunctionproxy.js 7 var _prototype = new Object(); class
8 %CreateJSFunctionProxy(_handler, arg1, _construct_trap, _prototype);
createjsproxy.js 5 var _prototype = new Object(); class
6 %CreateJSProxy(_handler, _prototype);
finisharrayprototypesetup.js 4 var _prototype = new Array();
5 %FinishArrayPrototypeSetup(_prototype);
setprototype.js 5 var _prototype = new Object(); class
6 %SetPrototype(_obj, _prototype);

Completed in 116 milliseconds