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

  /external/webkit/JavaScriptCore/runtime/
Executable.cpp 48 EvalExecutable::~EvalExecutable()
63 JSObject* EvalExecutable::compile(ExecState* exec, ScopeChainNode* scopeChainNode)
140 void EvalExecutable::generateJITCode(ExecState* exec, ScopeChainNode* scopeChainNode)
210 ExceptionInfo* EvalExecutable::reparseExceptionInfo(JSGlobalData* globalData, ScopeChainNode* scopeChainNode, CodeBlock* codeBlock)
Executable.h 159 class EvalExecutable : public ScriptExecutable {
162 ~EvalExecutable();
176 static PassRefPtr<EvalExecutable> create(ExecState* exec, const SourceCode& source) { return adoptRef(new EvalExecutable(exec, source)); }
179 EvalExecutable(ExecState* exec, const SourceCode& source)

Completed in 116 milliseconds