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

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DNodesCodegen.cpp1730 LabelScopePtr scope = generator.newLabelScope(LabelScope::Loop);
1750 LabelScopePtr scope = generator.newLabelScope(LabelScope::Loop);
1773 LabelScopePtr scope = generator.newLabelScope(LabelScope::Loop);
1806 LabelScopePtr scope = generator.newLabelScope(LabelScope::Loop);
1909 LabelScopePtr scope = generator.newLabelScope(LabelScope::Loop);
2203 LabelScopePtr scope = generator.newLabelScope(LabelScope::Switch);
2219 LabelScopePtr scope = generator.newLabelScope(LabelScope::NamedLabel, &m_name);
H A DBytecodeGenerator.h240 LabelScopePtr newLabelScope(LabelScope::Type, const Identifier* = 0);
H A DBytecodeGenerator.cpp574 LabelScopePtr BytecodeGenerator::newLabelScope(LabelScope::Type type, const Identifier* name) function in class:JSC::BytecodeGenerator
2461 LabelScopePtr scope = newLabelScope(LabelScope::Loop);
2481 LabelScopePtr scope = newLabelScope(LabelScope::Loop);

Completed in 170 milliseconds