HomeSort by relevance Sort by last modified time
    Searched defs:is_strict_mode (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
compiler.h 55 bool is_strict_mode() const { return (flags_ & IsStrictMode::mask()) != 0; } function in class:v8::internal::BASE_EMBEDDED
80 return is_strict_mode() ? kStrictMode : kNonStrictMode;
scopes.h 220 bool is_strict_mode() const { return strict_mode_; } function in class:v8::internal::Scope
full-codegen.h 504 bool is_strict_mode() { return function()->strict_mode(); } function in class:v8::internal::FullCodeGenerator
506 return is_strict_mode() ? kStrictMode : kNonStrictMode;

Completed in 62 milliseconds