Searched refs:strict_mode_ (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/ |
D | stub-cache.h | 669 : StubCompiler(isolate), strict_mode_(strict_mode) { } in StoreStubCompiler() 691 StrictModeFlag strict_mode_; variable 701 strict_mode_(strict_mode), in KeyedStoreStubCompiler() 734 StrictModeFlag strict_mode_; variable
|
D | code-stubs.h | 1103 strict_mode_(strict_mode), in ElementsTransitionAndStoreStub() 1118 StrictModeBits::encode(strict_mode_) | in MinorKey() 1127 StrictModeFlag strict_mode_; variable
|
D | code-stubs.cc | 457 KeyedStoreIC::GenerateRuntimeSetProperty(masm, strict_mode_); in Generate()
|
D | stub-cache.cc | 1346 Code::ComputeMonomorphicFlags(Code::STORE_IC, type, strict_mode_); in GetCode() 1358 Code::ComputeExtraICState(grow_mode_, strict_mode_); in GetCode()
|
/external/chromium_org/net/websockets/ |
D | websocket_basic_stream_test.cc | 89 strict_mode_(strict_mode) {} in StrictStaticSocketDataProvider() 92 if (strict_mode_) { in ~StrictStaticSocketDataProvider() 99 const bool strict_mode_; member in net::__anond404b31a0111::StrictStaticSocketDataProvider
|
/external/chromium_org/v8/src/ |
D | ic.h | 584 strict_mode_(GetStrictMode(target()->extra_ic_state())) { in StoreIC() 588 StrictModeFlag strict_mode() const { return strict_mode_; } in strict_mode() 680 StrictModeFlag strict_mode_; variable
|
D | code-stubs.h | 833 : ICStub(kind), strict_mode_(strict_mode) { } in StoreICStub() 837 return StoreIC::ComputeExtraICState(strict_mode_); in GetExtraICState() 844 return KindBits::encode(kind()) | StrictModeBits::encode(strict_mode_); in MinorKey() 847 StrictModeFlag strict_mode_; variable
|
/external/v8/src/x64/ |
D | stub-cache-x64.cc | 2375 __ Push(Smi::FromInt(strict_mode_)); in CompileStoreInterceptor()
|
/external/v8/src/ia32/ |
D | stub-cache-ia32.cc | 2545 __ push(Immediate(Smi::FromInt(strict_mode_))); in CompileStoreInterceptor()
|
/external/v8/src/mips/ |
D | stub-cache-mips.cc | 2620 __ li(a0, Operand(Smi::FromInt(strict_mode_))); in CompileStoreInterceptor()
|
/external/v8/src/arm/ |
D | stub-cache-arm.cc | 2623 __ mov(r0, Operand(Smi::FromInt(strict_mode_))); in CompileStoreInterceptor()
|