Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
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/
DJITPropertyAccess.cpp557 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()
DJITPropertyAccess32_64.cpp572 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()
DJIT.h297 void testPrototype(JSValue, JumpList& failureCases);
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-1610828 (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):
DChangeLog3580 (JSC::JIT::testPrototype):
3602 (JSC::JIT::testPrototype):
DChangeLog-2010-05-247684 (JSC::JIT::testPrototype):
16178 (JSC::JIT::testPrototype):