HomeSort by relevance Sort by last modified time
    Searched full:strict_mode_ (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/v8/src/
preparse-data.h 60 strict_mode_ = strict_mode;
94 return strict_mode_;
113 StrictMode strict_mode_; member in class:v8::internal::SingletonLogger
scopes.h 214 void SetStrictMode(StrictMode strict_mode) { strict_mode_ = strict_mode; }
272 return is_eval_scope() && strict_mode_ == STRICT;
278 return scope_calls_eval_ && strict_mode_ == SLOPPY;
296 StrictMode strict_mode() const { return strict_mode_; }
466 StrictMode strict_mode_; member in class:v8::internal::Scope
code-stubs.h 530 strict_mode_(strict_mode),
540 StrictMode strict_mode() const { return strict_mode_; }
549 return StrictModeBits::encode(strict_mode_ == STRICT) |
553 StrictMode strict_mode_;
857 : ICStub(isolate, kind), strict_mode_(strict_mode) { }
861 return StoreIC::ComputeExtraICState(strict_mode_);
868 return KindBits::encode(kind()) | StrictModeBits::encode(strict_mode_);
871 StrictMode strict_mode_;
    [all...]
preparser.h 438 strict_mode_(strict_mode) { }
462 StrictMode strict_mode_; member in class:v8::internal::ParserBase::ObjectLiteralChecker
731 strict_mode_ = outer_scope ? outer_scope->strict_mode() : SLOPPY;
735 StrictMode strict_mode() const { return strict_mode_; }
736 void SetStrictMode(StrictMode strict_mode) { strict_mode_ = strict_mode; }
740 StrictMode strict_mode_; member in class:v8::internal::PreParserScope
    [all...]
scopes.cc 170 strict_mode_ = outer_scope != NULL ? outer_scope->strict_mode_ : SLOPPY;
186 strict_mode_ = scope_info->strict_mode();
    [all...]
hydrogen-instructions.h 6880 StrictMode strict_mode_; member in class:V8_FINAL
7103 StrictMode strict_mode_; member in class:V8_FINAL
7414 StrictMode strict_mode_; member in class:V8_FINAL
    [all...]
objects.cc 14169 StrictMode strict_mode_; member in class:v8::StringSharedKey
    [all...]
  /external/chromium_org/net/websockets/
websocket_basic_stream_test.cc 91 strict_mode_(strict_mode) {}
94 if (strict_mode_) {
101 const bool strict_mode_; member in class:net::__anon13823::StrictStaticSocketDataProvider
    [all...]

Completed in 235 milliseconds