OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopeNode
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/JavaScriptCore/parser/
Nodes.cpp
90
// ------------------------------
ScopeNode
-----------------------------
92
ScopeNode
::
ScopeNode
(JSGlobalData* globalData, bool inStrictContext)
99
ScopeNode
::
ScopeNode
(JSGlobalData* globalData, const SourceCode& source, SourceElements* children, VarStack* varStack, FunctionStack* funcStack, IdentifierSet& capturedVariables, CodeFeatures features, int numConstants)
108
StatementNode*
ScopeNode
::singleStatement() const
116
:
ScopeNode
(globalData, source, children, varStack, funcStack, capturedVariables, features, numConstants)
134
:
ScopeNode
(globalData, source, children, varStack, funcStack, capturedVariables, features, numConstants)
158
:
ScopeNode
(globalData, inStrictContext)
163
:
ScopeNode
(globalData, sourceCode, children, varStack, funcStack, capturedVariables, features, numConstants
[
all
...]
Parser.h
65
bool isFunctionBodyNode(
ScopeNode
*) { return false; }
Nodes.h
48
class
ScopeNode
;
[
all
...]
/external/webkit/Source/JavaScriptCore/bytecode/
SamplingTool.h
94
class
ScopeNode
;
/external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.h
519
ScopeNode
* m_scopeNode;
NodesCodegen.cpp
[
all
...]
Completed in 151 milliseconds