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

  /external/webkit/Source/JavaScriptCore/runtime/
JSActivation.h 50 virtual bool isDynamicScope(bool& requiresDynamicChecks) const;
JSStaticScopeObject.h 43 bool isDynamicScope(bool& requiresDynamicChecks) const;
JSActivation.cpp 205 bool JSActivation::isDynamicScope(bool& requiresDynamicChecks) const
207 requiresDynamicChecks = m_requiresDynamicChecks;
JSVariableObject.h 55 virtual bool isDynamicScope(bool& requiresDynamicChecks) const = 0;
JSGlobalObject.h 232 virtual bool isDynamicScope(bool& requiresDynamicChecks) const;
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp     [all...]
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...]

Completed in 191 milliseconds