OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScriptPreprocessor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptPreprocessor.h
45
class
ScriptPreprocessor
{
46
WTF_MAKE_NONCOPYABLE(
ScriptPreprocessor
);
48
ScriptPreprocessor
(const ScriptSourceCode&, ScriptController&, PageConsole&);
ScriptPreprocessor.cpp
32
#include "bindings/v8/
ScriptPreprocessor
.h"
43
ScriptPreprocessor
::
ScriptPreprocessor
(const ScriptSourceCode& preprocessorSourceCode, ScriptController& controller, PageConsole& console)
54
console.addMessage(JSMessageSource, ErrorMessageLevel, "
ScriptPreprocessor
internal error, one ScriptSourceCode must give exactly one result.");
72
String
ScriptPreprocessor
::preprocessSourceCode(const String& sourceCode, const String& sourceName)
80
String
ScriptPreprocessor
::preprocessSourceCode(const String& sourceCode, const String& sourceName, const String& functionName)
89
String
ScriptPreprocessor
::preprocessSourceCode(const String& sourceCode, const String& sourceName, v8::Handle<v8::Value> functionName)
Completed in 23 milliseconds