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

  /external/v8/test/mjsunit/
function-without-prototype.js 29 function testPrototype(f) {
44 testPrototype(eval);
45 testPrototype(Array.prototype.push);
46 testPrototype(Function.prototype.call);
47 testPrototype(String.fromCharCode);
49 testPrototype(date.toString);
  /external/webkit/Source/JavaScriptCore/jit/
JITPropertyAccess.cpp 557 void JIT::testPrototype(JSValue prototype, JumpList& failureCases)
580 testPrototype(oldStructure->storedPrototype(), failureCases);
585 testPrototype((*it)->storedPrototype(), failureCases);
    [all...]
JITPropertyAccess32_64.cpp 572 void JIT::testPrototype(JSValue prototype, JumpList& failureCases)
596 testPrototype(oldStructure->storedPrototype(), failureCases);
601 testPrototype((*it)->storedPrototype(), failureCases);
    [all...]
JIT.h 297 void testPrototype(JSValue, JumpList& failureCases);
    [all...]

Completed in 81 milliseconds