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

/external/webkit/Source/JavaScriptCore/parser/
H A DSourceCode.h37 class SourceCode { class in namespace:JSC
39 SourceCode() function in class:JSC::SourceCode
47 SourceCode(PassRefPtr<SourceProvider> provider, int firstLine = 1) function in class:JSC::SourceCode
55 SourceCode(PassRefPtr<SourceProvider> provider, int start, int end, int firstLine) function in class:JSC::SourceCode
85 inline SourceCode makeSource(const UString& source, const UString& url = UString(), int firstLine = 1)
87 return SourceCode(UStringSourceProvider::create(source, url), firstLine);

Completed in 211 milliseconds