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

  /external/v8/src/
ast-inl.h 104 bool FunctionLiteral::strict_mode() const { function in class:v8::internal::FunctionLiteral
stub-cache.cc 492 StrictModeFlag strict_mode) {
495 Code::STORE_IC, type, strict_mode);
498 StoreStubCompiler compiler(strict_mode);
518 StrictModeFlag strict_mode) {
520 Code::ComputeMonomorphicFlags(Code::KEYED_STORE_IC, NORMAL, strict_mode);
524 KeyedStoreStubCompiler compiler(strict_mode);
622 StrictModeFlag strict_mode) {
628 strict_mode);
661 MaybeObject* StubCache::ComputeStoreNormal(StrictModeFlag strict_mode) {
662 return isolate_->builtins()->builtin((strict_mode == kStrictMode
1464 StrictModeFlag strict_mode = local
    [all...]
runtime.cc 1074 StrictModeFlag strict_mode = local
1328 StrictModeFlag strict_mode = local
    [all...]
hydrogen-instructions.h 2942 bool strict_mode() { return strict_mode_; } function in class:v8::HStoreGlobalGeneric
3300 bool strict_mode() { return strict_mode_; } function in class:v8::HStoreNamedGeneric
3404 bool strict_mode() { return strict_mode_; } function in class:v8::HStoreKeyedGeneric
    [all...]
objects.cc 8527 StrictModeFlag strict_mode = static_cast<StrictModeFlag>( local
    [all...]
  /external/v8/src/arm/
lithium-arm.h 1312 bool strict_mode() { return hydrogen()->strict_mode(); } function in class:v8::internal::LStoreGlobalGeneric
1644 bool strict_mode() { return hydrogen()->strict_mode(); } function in class:v8::internal::LStoreNamedGeneric
1684 bool strict_mode() { return hydrogen()->strict_mode(); } function in class:v8::internal::LStoreKeyedGeneric
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 1349 bool strict_mode() { return hydrogen()->strict_mode(); } function in class:v8::internal::LStoreGlobalGeneric
1699 bool strict_mode() { return hydrogen()->strict_mode(); } function in class:v8::internal::LStoreNamedGeneric
1769 bool strict_mode() { return hydrogen()->strict_mode(); } function in class:v8::internal::LStoreKeyedGeneric
    [all...]
  /external/v8/src/x64/
lithium-x64.h 1298 bool strict_mode() { return hydrogen()->strict_mode(); } function in class:v8::internal::LStoreGlobalGeneric
1621 bool strict_mode() { return hydrogen()->strict_mode(); } function in class:v8::internal::LStoreNamedGeneric
1684 bool strict_mode() { return hydrogen()->strict_mode(); } function in class:v8::internal::LStoreKeyedGeneric
    [all...]
  /external/libvpx/examples/includes/geshi/
geshi.php 303 var $strict_mode = false; variable
679 $this->strict_mode = GESHI_NEVER; variable
1277 $this->strict_mode = ($mode) ? GESHI_ALWAYS : GESHI_NEVER; variable
3614 $this->strict_mode = $this->language_data['STRICT_MODE_APPLIES']; variable
    [all...]

Completed in 116 milliseconds