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

  /external/webkit/Source/JavaScriptCore/bytecode/
EvalCodeCache.h 52 if (!inStrictContext && evalSource.length() < maxCacheableSourceLength && (*scopeChain->begin())->isVariableObject())
61 if (!inStrictContext && evalSource.length() < maxCacheableSourceLength && (*scopeChain->begin())->isVariableObject() && m_cacheMap.size() < maxCacheEntries)
  /external/webkit/Source/JavaScriptCore/runtime/
JSVariableObject.cpp 56 bool JSVariableObject::isVariableObject() const
JSVariableObject.h 54 virtual bool isVariableObject() const;
JSObject.h 207 virtual bool isVariableObject() const { return false; }
    [all...]
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp     [all...]

Completed in 140 milliseconds