Searched refs:strict_mode_ (Results 1 – 13 of 13) sorted by relevance
210 strict_mode_ = FLAG_strict_mode; in EnableStrictMode()220 bool is_strict_mode() const { return strict_mode_; } in is_strict_mode()378 bool strict_mode_; // this scope is a strict mode scope variable
646 : strict_mode_(strict_mode) { } in StoreStubCompiler()666 StrictModeFlag strict_mode_; variable673 : strict_mode_(strict_mode) { } in KeyedStoreStubCompiler()685 StrictModeFlag strict_mode_; variable
288 : strict_mode_(strict_mode) { } in FastNewClosureStub()295 int MinorKey() { return strict_mode_; } in MinorKey()297 StrictModeFlag strict_mode_; variable
2930 strict_mode_(strict_mode) { in HStoreGlobalGeneric()2942 bool strict_mode() { return strict_mode_; } in strict_mode()2954 bool strict_mode_; variable3289 strict_mode_(strict_mode) { in HStoreNamedGeneric()3300 bool strict_mode() { return strict_mode_; } in strict_mode()3312 bool strict_mode_; variable3392 : strict_mode_(strict_mode) { in HStoreKeyedGeneric()3404 bool strict_mode() { return strict_mode_; } in strict_mode()3415 bool strict_mode_;
200 strict_mode_ = (outer_scope != NULL) && outer_scope->strict_mode_; in SetDefaults()
1732 Code::STORE_IC, type, strict_mode_); in GetCode()1749 Code::KEYED_STORE_IC, type, strict_mode_); in GetCode()
8487 strict_mode_(strict_mode) { } in StringSharedKey()8496 if (strict_mode != strict_mode_) return false; in IsMatch()8520 return StringSharedHashHelper(source_, shared_, strict_mode_); in Hash()8540 pair->set(2, Smi::FromInt(strict_mode_)); in AsObject()8547 StrictModeFlag strict_mode_; member in v8::internal::StringSharedKey
2426 __ Push(Smi::FromInt(strict_mode_)); in CompileStoreInterceptor()
71 int map_index = strict_mode_ == kStrictMode in Generate()
2591 __ push(Immediate(Smi::FromInt(strict_mode_))); in CompileStoreInterceptor()
74 int map_index = strict_mode_ == kStrictMode in Generate()
2702 __ mov(r0, Operand(Smi::FromInt(strict_mode_))); in CompileStoreInterceptor()
94 int map_index = strict_mode_ == kStrictMode in Generate()