Searched defs:EvalExecutable (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DExecutable.cpp51 const ClassInfo EvalExecutable::s_info = { "EvalExecutable", &ScriptExecutable::s_info, 0, 0 };
53 EvalExecutable::EvalExecutable(ExecState* exec, const SourceCode& source, bool inStrictContext) function in class:JSC::EvalExecutable
58 EvalExecutable::~EvalExecutable()
100 JSObject* EvalExecutable::compileInternal(ExecState* exec, ScopeChainNode* scopeChainNode)
138 void EvalExecutable::markChildren(MarkStack& markStack)
H A DExecutable.h206 class EvalExecutable : public ScriptExecutable { class in namespace:JSC
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 54 milliseconds