Home
last modified time | relevance | path

Searched refs:startingLineNumber (Results 1 – 25 of 75) sorted by relevance

123

/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A DParser.cpp44 PassRefPtr<ProgramNode> Parser::parseProgram(const UString &sourceURL, int startingLineNumber, in parseProgram() argument
48 parse(sourceURL, startingLineNumber, code, length, sourceId, errLine, errMsg); in parseProgram()
80 …efPtr<FunctionBodyNode> Parser::parseFunctionBody(const UString &sourceURL, int startingLineNumber, in parseFunctionBody() argument
84 parse(sourceURL, startingLineNumber, code, length, sourceId, errLine, errMsg); in parseFunctionBody()
88 void Parser::parse(const UString &sourceURL, int startingLineNumber, in parse() argument
105 lexer.setCode(sourceURL, startingLineNumber, code, length); in parse()
H A DParser.h53 PassRefPtr<ProgramNode> parseProgram(const UString &sourceURL, int startingLineNumber,
57 PassRefPtr<FunctionBodyNode> parseFunctionBody(const UString &sourceURL, int startingLineNumber,
82 void parse(const UString &sourceURL, int startingLineNumber,
H A Ddebugger.cpp165 int startingLineNumber, int errorLine, const UString &errorMsg) in reportSourceParsed() argument
170 code = body->reindent(startingLineNumber); in reportSourceParsed()
172 sourceParsed(exec, sourceId, sourceURL, code, startingLineNumber, errorLine, errorMsg); in reportSourceParsed()
H A Dinterpreter.cpp498 Completion Interpreter::checkSyntax(const UString &sourceURL, int startingLineNumber, const UString… in checkSyntax() argument
500 return checkSyntax(sourceURL, startingLineNumber, code.data(), code.size()); in checkSyntax()
503 Completion Interpreter::checkSyntax(const UString &sourceURL, int startingLineNumber, const UChar *… in checkSyntax() argument
509 …RefPtr<ProgramNode> progNode = parser().parseProgram(sourceURL, startingLineNumber, code, codeLeng… in checkSyntax()
516 Completion Interpreter::evaluate(const UString &sourceURL, int startingLineNumber, const UString &c… in evaluate() argument
518 return evaluate(sourceURL, startingLineNumber, code.data(), code.size(), thisV); in evaluate()
521 Completion Interpreter::evaluate(const UString &sourceURL, int startingLineNumber, const UChar *cod… in evaluate() argument
534 …RefPtr<ProgramNode> progNode = parser().parseProgram(sourceURL, startingLineNumber, code, codeLeng… in evaluate()
539 … UString(code, codeLength), startingLineNumber, errLine, errMsg); in evaluate()
576 …if (m_debugger && !m_debugger->enterContext(&newExec, sourceId, startingLineNumber, nullptr, List:… in evaluate()
[all …]
H A Ddebugger.h125 … const UString &source, int startingLineNumber, int errorLine, const UString &errorMsg);
229 … const UString &source, int startingLineNumber, int errorLine, const UString &errorMsg);
H A Dinterpreter.h133 Completion checkSyntax(const UString &sourceURL, int startingLineNumber, const UString &code);
134 …Completion checkSyntax(const UString &sourceURL, int startingLineNumber, const UChar *code, int co…
154 …Completion evaluate(const UString &sourceURL, int startingLineNumber, const UChar *code, int codeL…
155 …Completion evaluate(const UString &sourceURL, int startingLineNumber, const UString &code, JSValue…
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A D_ComImports.cs206 uint startingLineNumber, in AddScriptlet() argument
217 uint startingLineNumber, in ParseScriptText() argument
238 uint startingLineNumber, in AddScriptlet() argument
249 uint startingLineNumber, in ParseScriptText() argument
293 uint startingLineNumber, in AddScriptlet() argument
301 … delimiter, sourceContextCookie, startingLineNumber, flags, out name, out exceptionInfo); in AddScriptlet()
306 … delimiter, sourceContextCookie, startingLineNumber, flags, out name, out exceptionInfo); in AddScriptlet()
316 uint startingLineNumber, in ParseScriptText() argument
324 startingLineNumber, flags, out result, out exceptionInfo); in ParseScriptText()
329 startingLineNumber, flags, out result, out exceptionInfo); in ParseScriptText()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/API/
H A DJSBase.cpp45 …ringRef script, JSObjectRef thisObject, JSStringRef sourceURL, int startingLineNumber, JSValueRef*… in JSEvaluateScript() argument
54 SourceCode source = makeSource(script->ustring(), sourceURL->ustring(), startingLineNumber); in JSEvaluateScript()
70 …x(JSContextRef ctx, JSStringRef script, JSStringRef sourceURL, int startingLineNumber, JSValueRef*… in JSCheckScriptSyntax() argument
75 SourceCode source = makeSource(script->ustring(), sourceURL->ustring(), startingLineNumber); in JSCheckScriptSyntax()
H A DJSBase.h105 …ringRef script, JSObjectRef thisObject, JSStringRef sourceURL, int startingLineNumber, JSValueRef*…
117 …x(JSContextRef ctx, JSStringRef script, JSStringRef sourceURL, int startingLineNumber, JSValueRef*…
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/API/
H A DJSBase.cpp44 …ringRef script, JSObjectRef thisObject, JSStringRef sourceURL, int startingLineNumber, JSValueRef*… in JSEvaluateScript() argument
53 SourceCode source = makeSource(script->ustring(), sourceURL->ustring(), startingLineNumber); in JSEvaluateScript()
69 …x(JSContextRef ctx, JSStringRef script, JSStringRef sourceURL, int startingLineNumber, JSValueRef*… in JSCheckScriptSyntax() argument
74 SourceCode source = makeSource(script->ustring(), sourceURL->ustring(), startingLineNumber); in JSCheckScriptSyntax()
H A DJSBase.h99 …ringRef script, JSObjectRef thisObject, JSStringRef sourceURL, int startingLineNumber, JSValueRef*…
111 …x(JSContextRef ctx, JSStringRef script, JSStringRef sourceURL, int startingLineNumber, JSValueRef*…
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/API/
H A DJSBase.cpp44 …ringRef script, JSObjectRef thisObject, JSStringRef sourceURL, int startingLineNumber, JSValueRef*… in JSEvaluateScript() argument
53 SourceCode source = makeSource(script->ustring(), sourceURL->ustring(), startingLineNumber); in JSEvaluateScript()
69 …x(JSContextRef ctx, JSStringRef script, JSStringRef sourceURL, int startingLineNumber, JSValueRef*… in JSCheckScriptSyntax() argument
74 SourceCode source = makeSource(script->ustring(), sourceURL->ustring(), startingLineNumber); in JSCheckScriptSyntax()
H A DJSBase.h99 …ringRef script, JSObjectRef thisObject, JSStringRef sourceURL, int startingLineNumber, JSValueRef*…
111 …x(JSContextRef ctx, JSStringRef script, JSStringRef sourceURL, int startingLineNumber, JSValueRef*…
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/API/
H A DJSBase.cpp44 …ringRef script, JSObjectRef thisObject, JSStringRef sourceURL, int startingLineNumber, JSValueRef*… in JSEvaluateScript() argument
53 SourceCode source = makeSource(script->ustring(), sourceURL->ustring(), startingLineNumber); in JSEvaluateScript()
69 …x(JSContextRef ctx, JSStringRef script, JSStringRef sourceURL, int startingLineNumber, JSValueRef*… in JSCheckScriptSyntax() argument
74 SourceCode source = makeSource(script->ustring(), sourceURL->ustring(), startingLineNumber); in JSCheckScriptSyntax()
H A DJSBase.h99 …ringRef script, JSObjectRef thisObject, JSStringRef sourceURL, int startingLineNumber, JSValueRef*…
111 …x(JSContextRef ctx, JSStringRef script, JSStringRef sourceURL, int startingLineNumber, JSValueRef*…
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/profiler/
H A DProfiler.cpp115 void Profiler::willExecute(ExecState* exec, const UString& sourceURL, int startingLineNumber) in willExecute() argument
119 …llIdentifier callIdentifier = createCallIdentifier(exec, JSValue(), sourceURL, startingLineNumber); in willExecute()
131 void Profiler::didExecute(ExecState* exec, const UString& sourceURL, int startingLineNumber) in didExecute() argument
135 …ator::didExecute, createCallIdentifier(exec, JSValue(), sourceURL, startingLineNumber), exec->lexi… in didExecute()
H A DProfiler.h61 void willExecute(ExecState*, const UString& sourceURL, int startingLineNumber);
63 void didExecute(ExecState*, const UString& sourceURL, int startingLineNumber);
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/profiler/
H A DProfiler.cpp115 void Profiler::willExecute(ExecState* exec, const UString& sourceURL, int startingLineNumber) in willExecute() argument
119 …llIdentifier callIdentifier = createCallIdentifier(exec, JSValue(), sourceURL, startingLineNumber); in willExecute()
131 void Profiler::didExecute(ExecState* exec, const UString& sourceURL, int startingLineNumber) in didExecute() argument
135 …ator::didExecute, createCallIdentifier(exec, JSValue(), sourceURL, startingLineNumber), exec->lexi… in didExecute()
H A DProfiler.h61 void willExecute(ExecState*, const UString& sourceURL, int startingLineNumber);
63 void didExecute(ExecState*, const UString& sourceURL, int startingLineNumber);
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/profiler/
H A DProfiler.cpp115 void Profiler::willExecute(ExecState* exec, const UString& sourceURL, int startingLineNumber) in willExecute() argument
119 …llIdentifier callIdentifier = createCallIdentifier(exec, JSValue(), sourceURL, startingLineNumber); in willExecute()
131 void Profiler::didExecute(ExecState* exec, const UString& sourceURL, int startingLineNumber) in didExecute() argument
135 …ator::didExecute, createCallIdentifier(exec, JSValue(), sourceURL, startingLineNumber), exec->lexi… in didExecute()
H A DProfiler.h61 void willExecute(ExecState*, const UString& sourceURL, int startingLineNumber);
63 void didExecute(ExecState*, const UString& sourceURL, int startingLineNumber);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/profiler/
H A DProfiler.cpp130 …Profiler::willExecute(ExecState* callerCallFrame, const UString& sourceURL, int startingLineNumber) in willExecute() argument
134 …r callIdentifier = createCallIdentifier(callerCallFrame, JSValue(), sourceURL, startingLineNumber); in willExecute()
146 … Profiler::didExecute(ExecState* callerCallFrame, const UString& sourceURL, int startingLineNumber) in didExecute() argument
150 …ecute, createCallIdentifier(callerCallFrame, JSValue(), sourceURL, startingLineNumber), callerCall… in didExecute()
H A DProfiler.h64 … void willExecute(ExecState* callerCallFrame, const UString& sourceURL, int startingLineNumber);
66 … void didExecute(ExecState* callerCallFrame, const UString& sourceURL, int startingLineNumber);
/dports/lang/io-devel/io-9bfac31d/libs/iovm/io/
H A DBlock.io156 startingLineNumber := lineNumber
161 if(startingLineNumber == lineNumber,
172 if(startingLineNumber != lineNumber,
/dports/games/openbor3711/openbor-6ec17fa/engine/source/scriptlib/
H A DParser.h32 ULONG startingLineNumber, LPCSTR path );
34 ULONG startingLineNumber, LPCSTR path );

123