Home
last modified time | relevance | path

Searched refs:strict_mode_ (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/
Dstub-cache.h669 : 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
Dcode-stubs.h1103 strict_mode_(strict_mode), in ElementsTransitionAndStoreStub()
1118 StrictModeBits::encode(strict_mode_) | in MinorKey()
1127 StrictModeFlag strict_mode_; variable
Dcode-stubs.cc457 KeyedStoreIC::GenerateRuntimeSetProperty(masm, strict_mode_); in Generate()
Dstub-cache.cc1346 Code::ComputeMonomorphicFlags(Code::STORE_IC, type, strict_mode_); in GetCode()
1358 Code::ComputeExtraICState(grow_mode_, strict_mode_); in GetCode()
/external/chromium_org/net/websockets/
Dwebsocket_basic_stream_test.cc89 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/
Dic.h584 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
Dcode-stubs.h833 : 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/
Dstub-cache-x64.cc2375 __ Push(Smi::FromInt(strict_mode_)); in CompileStoreInterceptor()
/external/v8/src/ia32/
Dstub-cache-ia32.cc2545 __ push(Immediate(Smi::FromInt(strict_mode_))); in CompileStoreInterceptor()
/external/v8/src/mips/
Dstub-cache-mips.cc2620 __ li(a0, Operand(Smi::FromInt(strict_mode_))); in CompileStoreInterceptor()
/external/v8/src/arm/
Dstub-cache-arm.cc2623 __ mov(r0, Operand(Smi::FromInt(strict_mode_))); in CompileStoreInterceptor()