Searched defs:sourceCode (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCodeBlockHash.cpp57 CodeBlockHash::CodeBlockHash(const SourceCode& sourceCode, CodeSpecializationKind kind) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfilerBytecodes.h44 const String& sourceCode() const { return m_sourceCode; } function in class:JSC::Profiler::Bytecodes
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSInjectedScriptManager.cpp57 SourceCode sourceCode = makeSource(source); local
H A DWorkerScriptController.cpp114 void WorkerScriptController::evaluate(const ScriptSourceCode& sourceCode) argument
127 void WorkerScriptController::evaluate(const ScriptSourceCode& sourceCode, ScriptValue* exception) argument
H A DJSInjectedScriptHostCustom.cpp171 const SourceCode* sourceCode = function->sourceCode(); local
H A DScriptController.cpp117 ScriptValue ScriptController::evaluateInWorld(const ScriptSourceCode& sourceCode, DOMWrapperWorld* world) argument
156 ScriptValue ScriptController::evaluate(const ScriptSourceCode& sourceCode) argument
/macosx-10.9.5/WebCore-7537.78.1/bindings/
H A DScriptControllerBase.cpp67 ScriptValue ScriptController::executeScript(const ScriptSourceCode& sourceCode) argument
/macosx-10.9.5/WebCore-7537.78.1/workers/
H A DDedicatedWorkerThread.cpp43 PassRefPtr<DedicatedWorkerThread> DedicatedWorkerThread::create(const KURL& scriptURL, const String& userAgent, const GroupSettings* settings, const String& sourceCode, WorkerLoaderProxy& workerLoaderProxy, WorkerObjectProxy& workerObjectProxy, WorkerThreadStartMode startMode, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType, const SecurityOrigin* topOrigin) argument
48 DedicatedWorkerThread::DedicatedWorkerThread(const KURL& url, const String& userAgent, const GroupSettings* settings, const String& sourceCode, WorkerLoaderProxy& workerLoaderProxy, WorkerObjectProxy& workerObjectProxy, WorkerThreadStartMode startMode, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType, const SecurityOrigin* topOrigin) argument
H A DSharedWorkerThread.cpp41 PassRefPtr<SharedWorkerThread> SharedWorkerThread::create(const String& name, const KURL& scriptURL, const String& userAgent, const GroupSettings* settings, const String& sourceCode, WorkerLoaderProxy& workerLoaderProxy, WorkerReportingProxy& workerReportingProxy, WorkerThreadStartMode startMode, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType) argument
46 SharedWorkerThread::SharedWorkerThread(const String& name, const KURL& url, const String& userAgent, const GroupSettings* settings, const String& sourceCode, WorkerLoaderProxy& workerLoaderProxy, WorkerReportingProxy& workerReportingProxy, WorkerThreadStartMode startMode, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType) argument
H A DWorkerThread.cpp72 static PassOwnPtr<WorkerThreadStartupData> create(const KURL& scriptURL, const String& userAgent, const GroupSettings* settings, const String& sourceCode, WorkerThreadStartMode startMode, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType, const SecurityOrigin* topOrigin) argument
89 WorkerThreadStartupData::WorkerThreadStartupData(const KURL& scriptURL, const String& userAgent, const GroupSettings* settings, const String& sourceCode, WorkerThreadStartMode startMode, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType, const SecurityOrigin* topOrigin) argument
107 WorkerThread::WorkerThread(const KURL& scriptURL, const String& userAgent, const GroupSettings* settings, const String& sourceCode, WorkerLoaderProxy& workerLoaderProxy, WorkerReportingProxy& workerReportingProxy, WorkerThreadStartMode startMode, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType, const SecurityOrigin* topOrigin) argument
H A DWorkerMessagingProxy.cpp274 void WorkerMessagingProxy::startWorkerContext(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode startMode) argument
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DHTMLScriptRunner.cpp128 ScriptSourceCode sourceCode = sourceFromPendingScript(pendingScript, errorOccurred); local
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodes.cpp187 inline FunctionBodyNode::FunctionBodyNode(VM* vm, const JSTokenLocation& startLocation, const JSTokenLocation& endLocation, unsigned startColumn, SourceElements* children, VarStack* varStack, FunctionStack* funcStack, IdentifierSet& capturedVariables, const SourceCode& sourceCode, CodeFeatures features, int numConstants) argument
212 PassRefPtr<FunctionBodyNode> FunctionBodyNode::create(VM* vm, const JSTokenLocation& startLocation, const JSTokenLocation& endLocation, unsigned startColumn, SourceElements* children, VarStack* varStack, FunctionStack* funcStack, IdentifierSet& capturedVariables, const SourceCode& sourceCode, CodeFeatures features, int numConstants) argument
H A DLexer.cpp1850 SourceCode Lexer<T>::sourceCode(int openBrace, int closeBrace, int firstLine, unsigned startColumn) function in class:JSC::Lexer
H A DASTBuilder.h94 ASTBuilder(VM* vm, SourceCode* sourceCode) argument
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DScriptElement.cpp285 void ScriptElement::executeScript(const ScriptSourceCode& sourceCode) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DCodeCache.h66 SourceCodeKey(const SourceCode& sourceCode, const String& name, CodeType codeType, JSParserStrictness jsParserStrictness) argument
H A DJSFunction.cpp149 const SourceCode* JSFunction::sourceCode() const function in class:JSC::JSFunction
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DDumpRenderTreeSupportEfl.cpp260 void DumpRenderTreeSupportEfl::addUserScript(const Evas_Object* ewkView, const String& sourceCode, bool runAtStart, bool allFrames) argument
264 page->group().addUserScriptToWorld(WebCore::mainThreadNormalWorld(), sourceCode, WebCore::KURL(), local
276 void DumpRenderTreeSupportEfl::addUserStyleSheet(const Evas_Object* ewkView, const String& sourceCode, bool allFrames) argument
280 page->group().addUserStyleSheetToWorld(WebCore::mainThreadNormalWorld(), sourceCode, WebCore::KURL(), Vector<String>(), Vector<String>(), allFrames ? WebCore::InjectInAllFrames : WebCore::InjectInTopFrameOnly); local
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.cpp185 void DumpRenderTreeSupportGtk::addUserScript(WebKitWebFrame* frame, const char* sourceCode, bool runAtStart, bool allFrames) argument
195 page->group().addUserScriptToWorld(mainThreadNormalWorld(), sourceCode, KURL(), Vector<String>(), Vector<String>(), local
205 void DumpRenderTreeSupportGtk::addUserStyleSheet(WebKitWebFrame* frame, const char* sourceCode, bool allFrames) argument
215 page->group().addUserStyleSheetToWorld(mainThreadNormalWorld(), sourceCode, KURL(), Vector<String>(), Vector<String>(), allFrames ? InjectInAllFrames : InjectInTopFrameOnly); local
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp633 void DumpRenderTreeSupportQt::addUserStyleSheet(QWebPageAdapter* adapter, const QString& sourceCode) argument
635 adapter->page->group().addUserStyleSheetToWorld(mainThreadNormalWorld(), sourceCode, QUrl(), Vector<String>(), Vector<String>(), WebCore::InjectInAllFrames); local
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebPage.cpp802 bool WebPagePrivate::executeJavaScriptInIsolatedWorld(const ScriptSourceCode& sourceCode, JavaScriptDataType& returnType, BlackBerry::Platform::String& returnValue) argument

Completed in 282 milliseconds