Home
last modified time | relevance | path

Searched refs:ScriptExecutable (Results 1 – 6 of 6) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DExecutable.h105 class ScriptExecutable : public ExecutableBase {
107 ScriptExecutable(JSGlobalData* globalData, const SourceCode& source) in ScriptExecutable() function
120 ScriptExecutable(ExecState* exec, const SourceCode& source) in ScriptExecutable() function
159 class EvalExecutable : public ScriptExecutable {
180 : ScriptExecutable(exec, source) in EvalExecutable()
200 class ProgramExecutable : public ScriptExecutable {
226 : ScriptExecutable(exec, source) in ProgramExecutable()
246 class FunctionExecutable : public ScriptExecutable {
297 : ScriptExecutable(globalData, source) in FunctionExecutable()
309 : ScriptExecutable(exec, source) in FunctionExecutable()
/external/webkit/JavaScriptCore/bytecode/
DSamplingTool.h41 class ScriptExecutable; variable
98 ScriptSampleRecord(ScriptExecutable* executable) in ScriptSampleRecord()
116 RefPtr<ScriptExecutable> m_executable;
124 typedef WTF::HashMap<ScriptExecutable*, ScriptSampleRecord*> ScriptSampleRecordMap;
215 void notifyOfScope(ScriptExecutable* scope);
DCodeBlock.h264 …CodeBlock(ScriptExecutable* ownerExecutable, CodeType, PassRefPtr<SourceProvider>, unsigned source…
364 ScriptExecutable* ownerExecutable() const { return m_ownerExecutable; } in ownerExecutable()
502 ScriptExecutable* m_ownerExecutable;
570 …GlobalCodeBlock(ScriptExecutable* ownerExecutable, CodeType codeType, PassRefPtr<SourceProvider> s… in GlobalCodeBlock()
DSamplingTool.cpp212 void SamplingTool::notifyOfScope(ScriptExecutable* script) in notifyOfScope()
DCodeBlock.cpp1273 CodeBlock::CodeBlock(ScriptExecutable* ownerExecutable, CodeType codeType, PassRefPtr<SourceProvide… in CodeBlock()
/external/webkit/JavaScriptCore/
DChangeLog9784 (JSC::ScriptExecutable::ScriptExecutable):
11706 (JSC::ScriptExecutable::ScriptExecutable):
11707 (JSC::ScriptExecutable::sourceID):
11708 (JSC::ScriptExecutable::sourceURL):
11709 (JSC::ScriptExecutable::lineNo):
11710 (JSC::ScriptExecutable::lastLine):
11711 (JSC::ScriptExecutable::usesEval):
11712 (JSC::ScriptExecutable::usesArguments):
11713 (JSC::ScriptExecutable::needsActivation):
11714 (JSC::ScriptExecutable::recordParse):
[all …]