HomeSort by relevance Sort by last modified time
    Searched refs:is_strict (Results 1 - 25 of 39) sorted by null

1 2

  /external/v8/src/ast/
variables.h 75 return kind() != SLOPPY_FUNCTION_NAME_VARIABLE || is_strict(language_mode);
scopes.h 248 DCHECK(!is_module_scope() || is_strict(language_mode));
470 is_strict_ = is_strict(language_mode);
    [all...]
  /art/runtime/verifier/
verifier_deps.h 104 bool is_strict,
278 bool is_strict,
verifier_deps.cc 396 bool is_strict,
422 (!is_strict && destination->IsInterface())) {
441 /* is_strict */ true,
542 bool is_strict,
546 thread_deps->AddAssignability(dex_file, destination, source, is_strict, is_assignable);
    [all...]
  /external/v8/src/parsing/
preparser.cc 198 if (is_strict(function_scope->language_mode())) {
279 if (is_strict(language_mode)) {
parse-info.h 214 set_strict_mode(is_strict(language_mode));
parser-base.h     [all...]
parser.cc 722 if (ok && is_strict(language_mode())) {
850 is_strict(info->language_mode()));
    [all...]
preparser.h     [all...]
  /external/pdfium/third_party/base/numerics/
safe_conversions_impl.h 572 static const bool is_strict = false;
580 static const bool is_strict = false;
588 static const bool is_strict = true;
602 (UnderlyingType<L>::is_strict || UnderlyingType<R>::is_strict);
  /external/v8/src/
feedback-vector.h 121 return AddSlot(is_strict(language_mode)
132 return AddSlot(is_strict(language_mode)
factory.h 595 bool is_strict = false);
599 bool is_strict = false);
621 bool is_strict = false);
    [all...]
factory.cc     [all...]
contexts.h     [all...]
globals.h 322 inline bool is_strict(LanguageMode language_mode) { function in namespace:v8::internal
    [all...]
accessors.cc     [all...]
  /external/v8/src/builtins/
builtins-constructor.cc 40 Node* is_strict = Word32And( local
83 map_index.Bind(SelectIntPtrConstant(is_strict,
  /art/compiler/
verifier_deps_test.cc 207 bool is_strict,
218 is_strict,
488 /* is_strict */ true,
496 /* is_strict */ true,
504 /* is_strict */ true,
512 /* is_strict */ true,
520 /* is_strict */ true,
532 /* is_strict */ true,
540 /* is_strict */ true,
548 /* is_strict */ true
    [all...]
  /external/v8/src/runtime/
runtime-scopes.cc     [all...]
  /external/v8/src/compiler/
js-generic-lowering.cc 303 ReplaceWithRuntimeCall(node, is_strict(language_mode)
  /external/v8/src/interpreter/
bytecode-generator.cc     [all...]
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 273 if (is_strict(language_mode()) || !has_simple_parameters()) {
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 275 if (is_strict(language_mode()) || !has_simple_parameters()) {
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 265 if (is_strict(language_mode()) || !has_simple_parameters()) {
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 283 if (is_strict(language_mode()) || !has_simple_parameters()) {
    [all...]

Completed in 343 milliseconds

1 2