Home
last modified time | relevance | path

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

12

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A 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 {
182 : ScriptExecutable(exec, source) in EvalExecutable()
202 class ProgramExecutable : public ScriptExecutable {
228 : ScriptExecutable(exec, source) in ProgramExecutable()
248 class FunctionExecutable : public ScriptExecutable {
302 : ScriptExecutable(globalData, source) in FunctionExecutable()
314 : ScriptExecutable(exec, source) in FunctionExecutable()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A 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 {
182 : ScriptExecutable(exec, source) in EvalExecutable()
202 class ProgramExecutable : public ScriptExecutable {
228 : ScriptExecutable(exec, source) in ProgramExecutable()
248 class FunctionExecutable : public ScriptExecutable {
302 : ScriptExecutable(globalData, source) in FunctionExecutable()
314 : ScriptExecutable(exec, source) in FunctionExecutable()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A 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 {
182 : ScriptExecutable(exec, source) in EvalExecutable()
202 class ProgramExecutable : public ScriptExecutable {
228 : ScriptExecutable(exec, source) in ProgramExecutable()
248 class FunctionExecutable : public ScriptExecutable {
302 : ScriptExecutable(globalData, source) in FunctionExecutable()
314 : ScriptExecutable(exec, source) in FunctionExecutable()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/
H A DSamplingTool.h41 class ScriptExecutable; variable
98 ScriptSampleRecord(ScriptExecutable* executable) in ScriptSampleRecord()
117 ScriptExecutable* m_executable;
119 RefPtr<ScriptExecutable> m_executable;
128 typedef WTF::HashMap<ScriptExecutable*, ScriptSampleRecord*> ScriptSampleRecordMap;
219 void notifyOfScope(ScriptExecutable* scope);
H A 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()
H A DSamplingTool.cpp212 void SamplingTool::notifyOfScope(ScriptExecutable* script) in notifyOfScope()
H A DCodeBlock.cpp1273 CodeBlock::CodeBlock(ScriptExecutable* ownerExecutable, CodeType codeType, PassRefPtr<SourceProvide… in CodeBlock()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/
H A DSamplingTool.h41 class ScriptExecutable; variable
98 ScriptSampleRecord(ScriptExecutable* executable) in ScriptSampleRecord()
117 ScriptExecutable* m_executable;
119 RefPtr<ScriptExecutable> m_executable;
128 typedef WTF::HashMap<ScriptExecutable*, ScriptSampleRecord*> ScriptSampleRecordMap;
219 void notifyOfScope(ScriptExecutable* scope);
H A 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()
H A DSamplingTool.cpp212 void SamplingTool::notifyOfScope(ScriptExecutable* script) in notifyOfScope()
H A DCodeBlock.cpp1273 CodeBlock::CodeBlock(ScriptExecutable* ownerExecutable, CodeType codeType, PassRefPtr<SourceProvide… in CodeBlock()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/
H A DSamplingTool.h41 class ScriptExecutable; variable
98 ScriptSampleRecord(ScriptExecutable* executable) in ScriptSampleRecord()
117 ScriptExecutable* m_executable;
119 RefPtr<ScriptExecutable> m_executable;
128 typedef WTF::HashMap<ScriptExecutable*, ScriptSampleRecord*> ScriptSampleRecordMap;
219 void notifyOfScope(ScriptExecutable* scope);
H A 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()
H A DSamplingTool.cpp212 void SamplingTool::notifyOfScope(ScriptExecutable* script) in notifyOfScope()
H A DCodeBlock.cpp1273 CodeBlock::CodeBlock(ScriptExecutable* ownerExecutable, CodeType codeType, PassRefPtr<SourceProvide… in CodeBlock()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DExecutable.h149 class ScriptExecutable : public ExecutableBase {
151ScriptExecutable(Structure* structure, JSGlobalData* globalData, const SourceCode& source, bool is… in ScriptExecutable() function
165ScriptExecutable(Structure* structure, ExecState* exec, const SourceCode& source, bool isInStrictC… in ScriptExecutable() function
206 class EvalExecutable : public ScriptExecutable {
241 … static const unsigned StructureFlags = OverridesVisitChildren | ScriptExecutable::StructureFlags;
251 class ProgramExecutable : public ScriptExecutable {
291 … static const unsigned StructureFlags = OverridesVisitChildren | ScriptExecutable::StructureFlags;
301 class FunctionExecutable : public ScriptExecutable {
393 … static const unsigned StructureFlags = OverridesVisitChildren | ScriptExecutable::StructureFlags;
H A DExecutable.cpp51 const ClassInfo EvalExecutable::s_info = { "EvalExecutable", &ScriptExecutable::s_info, 0, 0 };
54 …: ScriptExecutable(exec->globalData().evalExecutableStructure.get(), exec, source, inStrictContext) in EvalExecutable()
62 const ClassInfo ProgramExecutable::s_info = { "ProgramExecutable", &ScriptExecutable::s_info, 0, 0 …
65 : ScriptExecutable(exec->globalData().programExecutableStructure.get(), exec, source, false) in ProgramExecutable()
73 const ClassInfo FunctionExecutable::s_info = { "FunctionExecutable", &ScriptExecutable::s_info, 0, …
76 …: ScriptExecutable(globalData->functionExecutableStructure.get(), globalData, source, inStrictCont… in FunctionExecutable()
88 …: ScriptExecutable(exec->globalData().functionExecutableStructure.get(), exec, source, inStrictCon… in FunctionExecutable()
148 ScriptExecutable::visitChildren(visitor); in visitChildren()
240 ScriptExecutable::visitChildren(visitor); in visitChildren()
352 ScriptExecutable::visitChildren(visitor); in visitChildren()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/bytecode/
H A DSamplingTool.h41 class ScriptExecutable; variable
102 ScriptSampleRecord(JSGlobalData& globalData, ScriptExecutable* executable) in ScriptSampleRecord()
120 Strong<ScriptExecutable> m_executable;
128 typedef WTF::HashMap<ScriptExecutable*, ScriptSampleRecord*> ScriptSampleRecordMap;
221 void notifyOfScope(ScriptExecutable* scope);
H A DCodeBlock.h206 …CodeBlock(ScriptExecutable* ownerExecutable, CodeType, JSGlobalObject*, PassRefPtr<SourceProvider>…
296 ScriptExecutable* ownerExecutable() const { return m_ownerExecutable.get(); } in ownerExecutable()
508 WriteBarrier<ScriptExecutable> m_ownerExecutable;
586 …GlobalCodeBlock(ScriptExecutable* ownerExecutable, CodeType codeType, JSGlobalObject* globalObject… in GlobalCodeBlock()
H A DEvalCodeCache.h49 …EvalExecutable* get(ExecState* exec, ScriptExecutable* owner, bool inStrictContext, const UString&… in get()
H A DSamplingTool.cpp212 void SamplingTool::notifyOfScope(ScriptExecutable* script) in notifyOfScope()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog8893 (JSC::ScriptExecutable::ScriptExecutable):
10815 (JSC::ScriptExecutable::ScriptExecutable):
10816 (JSC::ScriptExecutable::sourceID):
10818 (JSC::ScriptExecutable::lineNo):
10819 (JSC::ScriptExecutable::lastLine):
10820 (JSC::ScriptExecutable::usesEval):
11127 - ScriptExecutable
11164 (JSC::ScriptExecutable::ScriptExecutable):
11165 (JSC::ScriptExecutable::source):
11166 (JSC::ScriptExecutable::sourceID):
[all …]
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog8907 (JSC::ScriptExecutable::ScriptExecutable):
10829 (JSC::ScriptExecutable::ScriptExecutable):
10830 (JSC::ScriptExecutable::sourceID):
10832 (JSC::ScriptExecutable::lineNo):
10833 (JSC::ScriptExecutable::lastLine):
10834 (JSC::ScriptExecutable::usesEval):
11141 - ScriptExecutable
11178 (JSC::ScriptExecutable::ScriptExecutable):
11179 (JSC::ScriptExecutable::source):
11180 (JSC::ScriptExecutable::sourceID):
[all …]
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog8907 (JSC::ScriptExecutable::ScriptExecutable):
10829 (JSC::ScriptExecutable::ScriptExecutable):
10830 (JSC::ScriptExecutable::sourceID):
10832 (JSC::ScriptExecutable::lineNo):
10833 (JSC::ScriptExecutable::lastLine):
10834 (JSC::ScriptExecutable::usesEval):
11141 - ScriptExecutable
11178 (JSC::ScriptExecutable::ScriptExecutable):
11179 (JSC::ScriptExecutable::source):
11180 (JSC::ScriptExecutable::sourceID):
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/
H A DChangeLog-2010-05-2418092 (JSC::ScriptExecutable::ScriptExecutable):
20014 (JSC::ScriptExecutable::ScriptExecutable):
20015 (JSC::ScriptExecutable::sourceID):
20017 (JSC::ScriptExecutable::lineNo):
20018 (JSC::ScriptExecutable::lastLine):
20019 (JSC::ScriptExecutable::usesEval):
20326 - ScriptExecutable
20363 (JSC::ScriptExecutable::ScriptExecutable):
20364 (JSC::ScriptExecutable::source):
20365 (JSC::ScriptExecutable::sourceID):
[all …]

12