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

  /external/webkit/Source/JavaScriptCore/runtime/
Executable.cpp 62 const ClassInfo ProgramExecutable::s_info = { "ProgramExecutable", &ScriptExecutable::s_info, 0, 0 };
64 ProgramExecutable::ProgramExecutable(ExecState* exec, const SourceCode& source)
69 ProgramExecutable::~ProgramExecutable()
145 JSObject* ProgramExecutable::checkSyntax(ExecState* exec)
157 JSObject* ProgramExecutable::compileInternal(ExecState* exec, ScopeChainNode* scopeChainNode)
224 void ProgramExecutable::markChildren(MarkStack& markStack)
Executable.h 248 class ProgramExecutable : public ScriptExecutable {
250 static ProgramExecutable* create(ExecState* exec, const SourceCode& source)
252 return new (exec) ProgramExecutable(exec, source);
255 ~ProgramExecutable();
287 ProgramExecutable(ExecState*, const SourceCode&);

Completed in 209 milliseconds