Searched refs:arrayPrototypeChainIsSane (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSGlobalObject.h349 bool arrayPrototypeChainIsSane();
H A DJSGlobalObject.cpp439 bool JSGlobalObject::arrayPrototypeChainIsSane() function in class:JSC::JSGlobalObject
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGFixupPhase.cpp399 && m_graph.globalObjectFor(node->codeOrigin)->arrayPrototypeChainIsSane()
H A DDFGSpeculativeJIT32_64.cpp2572 ASSERT(globalObject->arrayPrototypeChainIsSane());
H A DDFGSpeculativeJIT64.cpp2475 ASSERT(globalObject->arrayPrototypeChainIsSane());

Completed in 207 milliseconds