Home | History | Annotate | Download | only in src

Lines Matching refs:directive

1059   bool directive_prologue = true;     // Parsing directive prologue.
1074 directive_prologue = false; // End of directive prologue.
1079 // A shot at a directive.
1082 // Still processing directive prologue?
1086 Handle<String> directive = Handle<String>::cast(literal->value());
1088 // Check "use strict" directive (ES5 14.1).
1091 directive) &&
1108 // "use strict" is the only directive for now.
1112 // End of the directive prologue.