Searched refs:testPrototype (Results 1 - 4 of 4) sorted by relevance

/external/v8/test/mjsunit/
H A Dfunction-without-prototype.js29 function testPrototype(f) { function
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/
H A DJITPropertyAccess.cpp557 void JIT::testPrototype(JSValue prototype, JumpList& failureCases) function in class:JSC::JIT
580 testPrototype(oldStructure->storedPrototype(), failureCases);
585 testPrototype((*it)->storedPrototype(), failureCases);
926 testPrototype(protoObject, bucketsOfFail);
994 testPrototype(protoObject, bucketsOfFail);
H A DJITPropertyAccess32_64.cpp572 void JIT::testPrototype(JSValue prototype, JumpList& failureCases) function in class:JSC::JIT
596 testPrototype(oldStructure->storedPrototype(), failureCases);
601 testPrototype((*it)->storedPrototype(), failureCases);
957 testPrototype(protoObject, bucketsOfFail);
1025 testPrototype(protoObject, bucketsOfFail);
H A DJIT.h297 void testPrototype(JSValue, JumpList& failureCases);

Completed in 610 milliseconds