Home | History | Annotate | Download | only in src

Lines Matching refs:directive

868   bool directive_prologue = true;     // Parsing directive prologue.
883 directive_prologue = false; // End of directive prologue.
888 // A shot at a directive.
891 // Still processing directive prologue?
895 Handle<String> directive = Handle<String>::cast(literal->value());
897 // Check "use strict" directive (ES5 14.1).
899 directive->Equals(isolate()->heap()->use_strict_string()) &&
918 // "use strict" is the only directive for now.
922 // End of the directive prologue.