Searched refs:testPrototype (Results 1 – 7 of 7) sorted by relevance
/external/v8/test/mjsunit/ |
D | function-without-prototype.js | 29 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/ |
D | JITPropertyAccess.cpp | 557 void JIT::testPrototype(JSValue prototype, JumpList& failureCases) in testPrototype() function in JSC::JIT 580 testPrototype(oldStructure->storedPrototype(), failureCases); in privateCompilePutByIdTransition() 585 testPrototype((*it)->storedPrototype(), failureCases); in privateCompilePutByIdTransition() 926 testPrototype(protoObject, bucketsOfFail); in privateCompileGetByIdChainList() 994 testPrototype(protoObject, bucketsOfFail); in privateCompileGetByIdChain()
|
D | JITPropertyAccess32_64.cpp | 572 void JIT::testPrototype(JSValue prototype, JumpList& failureCases) in testPrototype() function in JSC::JIT 596 testPrototype(oldStructure->storedPrototype(), failureCases); in privateCompilePutByIdTransition() 601 testPrototype((*it)->storedPrototype(), failureCases); in privateCompilePutByIdTransition() 957 testPrototype(protoObject, bucketsOfFail); in privateCompileGetByIdChainList() 1025 testPrototype(protoObject, bucketsOfFail); in privateCompileGetByIdChain()
|
D | JIT.h | 297 void testPrototype(JSValue, JumpList& failureCases);
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2011-02-16 | 10828 (JSC::JIT::testPrototype): 10843 (JSC::JIT::testPrototype): 17492 (JSC::JIT::testPrototype): 17500 (JSC::JIT::testPrototype): 17576 (JSC::JIT::testPrototype): 17584 (JSC::JIT::testPrototype): 18211 (JSC::JIT::testPrototype): 18216 (JSC::JIT::testPrototype):
|
D | ChangeLog | 3580 (JSC::JIT::testPrototype): 3602 (JSC::JIT::testPrototype):
|
D | ChangeLog-2010-05-24 | 7684 (JSC::JIT::testPrototype): 16178 (JSC::JIT::testPrototype):
|