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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptPreprocessor.cpp72 String ScriptPreprocessor::preprocessSourceCode(const String& sourceCode, const String& sourceName) function in class:WebCore::ScriptPreprocessor
77 return preprocessSourceCode(sourceCode, sourceName, v8::Undefined(m_isolate));
80 String ScriptPreprocessor::preprocessSourceCode(const String& sourceCode, const String& sourceName, const String& functionName) function in class:WebCore::ScriptPreprocessor
86 return preprocessSourceCode(sourceCode, sourceName, functionNameString);
89 String ScriptPreprocessor::preprocessSourceCode(const String& sourceCode, const String& sourceName, v8::Handle<v8::Value> functionName) function in class:WebCore::ScriptPreprocessor

Completed in 68 milliseconds