HomeSort by relevance Sort by last modified time
    Searched defs:requiresDynamicChecks (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/bytecompiler/
NodesCodegen.cpp 366 bool requiresDynamicChecks = false;
367 if (generator.findScopedProperty(m_ident, index, depth, false, requiresDynamicChecks, globalObject) && index != missingSymbolMarker() && !requiresDynamicChecks) {
560 bool requiresDynamicChecks = false;
561 if (generator.findScopedProperty(m_ident, index, depth, true, requiresDynamicChecks, globalObject) && index != missingSymbolMarker() && !requiresDynamicChecks) {
    [all...]
BytecodeGenerator.cpp     [all...]

Completed in 39 milliseconds