Searched refs:WithStatement (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/v8/src/
H A Drewriter.cc199 void Processor::VisitWithStatement(WithStatement* node) {
H A Dast.h66 V(WithStatement) \
1097 class WithStatement FINAL : public Statement {
1099 DECLARE_NODE_TYPE(WithStatement)
1106 WithStatement( function in class:v8::internal::FINAL
3213 WithStatement* NewWithStatement(Scope* scope,
3217 WithStatement* stmt = new(zone_) WithStatement(
3219 VISIT_AND_RETURN(WithStatement, stmt)
H A Dprettyprinter.cc166 void PrettyPrinter::VisitWithStatement(WithStatement* node) {
888 void AstPrinter::VisitWithStatement(WithStatement* node) {
H A Dfull-codegen.cc113 void BreakableStatementChecker::VisitWithStatement(WithStatement* stmt) {
1232 void FullCodeGenerator::VisitWithStatement(WithStatement* stmt) {
1233 Comment cmnt(masm_, "[ WithStatement");
H A Dast.cc1095 DONT_OPTIMIZE_NODE(WithStatement)
H A Dtyping.cc193 void AstTyper::VisitWithStatement(WithStatement* stmt) {
H A Dhydrogen.cc4823 void HOptimizedGraphBuilder::VisitWithStatement(WithStatement* stmt) {
/external/chromium_org/third_party/blanketjs/src/
H A Dblanket.js135 WithStatement: 'WithStatement'
2536 type: Syntax.WithStatement,
4020 "WithStatement"
4028 "WithStatement"
/external/chromium_org/v8/src/compiler/
H A Dast-graph-builder.cc519 void AstGraphBuilder::VisitWithStatement(WithStatement* stmt) {

Completed in 209 milliseconds