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

  /external/webkit/Source/JavaScriptCore/runtime/
Executable.cpp 51 const ClassInfo EvalExecutable::s_info = { "EvalExecutable", &ScriptExecutable::s_info, 0, 0 };
53 EvalExecutable::EvalExecutable(ExecState* exec, const SourceCode& source, bool inStrictContext)
58 EvalExecutable::~EvalExecutable()
100 JSObject* EvalExecutable::compileInternal(ExecState* exec, ScopeChainNode* scopeChainNode)
138 void EvalExecutable::markChildren(MarkStack& markStack)
Executable.h 206 class EvalExecutable : public ScriptExecutable {
209 ~EvalExecutable();
227 static EvalExecutable* create(ExecState* exec, const SourceCode& source, bool isInStrictContext) { return new (exec) EvalExecutable(exec, source, isInStrictContext); }
240 EvalExecutable(ExecState*, const SourceCode&, bool);

Completed in 866 milliseconds