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

  /external/webkit/JavaScriptCore/bytecode/
EvalCodeCache.h 49 if (evalSource.size() < maxCacheableSourceLength && (*scopeChain->begin())->isVariableObject())
58 if (evalSource.size() < maxCacheableSourceLength && (*scopeChain->begin())->isVariableObject() && m_cacheMap.size() < maxCacheEntries)
  /external/webkit/JavaScriptCore/runtime/
JSVariableObject.cpp 56 bool JSVariableObject::isVariableObject() const
JSVariableObject.h 54 virtual bool isVariableObject() const;
JSObject.h 195 virtual bool isVariableObject() const { return false; }
  /external/webkit/JavaScriptCore/interpreter/
Interpreter.cpp 794 if (node->object->isVariableObject()) {
    [all...]
  /external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp     [all...]

Completed in 113 milliseconds