Home | History | Annotate | Download | only in src

Lines Matching refs:strict_mode

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)
671 StrictModeFlag strict_mode) {
673 Code::STORE_IC, NORMAL, strict_mode);
676 StoreStubCompiler compiler(strict_mode);
698 StrictModeFlag strict_mode) {
701 Code::STORE_IC, CALLBACKS, strict_mode);
704 StoreStubCompiler compiler(strict_mode);
725 StrictModeFlag strict_mode) {
727 Code::STORE_IC, INTERCEPTOR, strict_mode);
730 StoreStubCompiler compiler(strict_mode);
752 StrictModeFlag strict_mode) {
755 Code::KEYED_STORE_IC, type, strict_mode);
758 KeyedStoreStubCompiler compiler(strict_mode);
1464 StrictModeFlag strict_mode =
1466 ASSERT(strict_mode == kStrictMode || strict_mode == kNonStrictMode);
1470 name, value, attr, strict_mode);