Searched refs:sourceCodeForTools (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfilerBytecodes.cpp41 , m_sourceCode(codeBlock->sourceCodeForTools())
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCodeBlock.h112 String sourceCodeForTools() const; // Not quite the actual source we parsed; this will do things like prefix the source for a function with a reified signature.
113 String sourceCodeOnOneLine() const; // As sourceCodeForTools(), but replaces all whitespace runs with a single space.
H A DCodeBlock.cpp89 String CodeBlock::sourceCodeForTools() const function in class:JSC::CodeBlock
110 return reduceWhitespace(sourceCodeForTools());

Completed in 125 milliseconds