Home | History | Annotate | Download | only in src

Lines Matching refs:strict_mode

369                                           StrictModeFlag strict_mode) {
372 Code::STORE_IC, type, strict_mode);
376 StoreStubCompiler compiler(isolate_, strict_mode);
389 StrictModeFlag strict_mode) {
393 Code::ComputeExtraICState(grow_mode, strict_mode);
427 KeyedStoreStubCompiler compiler(isolate_, strict_mode,
433 KeyedStoreStubCompiler compiler(isolate_, strict_mode,
455 Handle<Code> StubCache::ComputeStoreNormal(StrictModeFlag strict_mode) {
456 return (strict_mode == kStrictMode)
465 StrictModeFlag strict_mode) {
467 Code::STORE_IC, NORMAL, strict_mode);
471 StoreStubCompiler compiler(isolate_, strict_mode);
483 StrictModeFlag strict_mode) {
486 Code::STORE_IC, CALLBACKS, strict_mode);
490 StoreStubCompiler compiler(isolate_, strict_mode);
501 StrictModeFlag strict_mode) {
503 Code::STORE_IC, INTERCEPTOR, strict_mode);
507 StoreStubCompiler compiler(isolate_, strict_mode);
519 StrictModeFlag strict_mode) {
522 Code::KEYED_STORE_IC, type, strict_mode);
526 KeyedStoreStubCompiler compiler(isolate(), strict_mode,
1123 StrictModeFlag strict_mode = static_cast<StrictModeFlag>(args.smi_at(3));
1127 name, value, attr, strict_mode);