Lines Matching defs:mode
90 const char* GetModifier(KeyedAccessLoadMode mode) {
91 if (mode == LOAD_IGNORE_OUT_OF_BOUNDS) return ".IGNORE_OOB";
95 const char* GetModifier(KeyedAccessStoreMode mode) {
96 switch (mode) {
128 KeyedAccessLoadMode mode = nexus()->GetKeyedAccessLoadMode();
129 modifier = GetModifier(mode);
132 KeyedAccessStoreMode mode = nexus()->GetKeyedAccessStoreMode();
133 modifier = GetModifier(mode);
553 // 'const' Variables are mutable if REPL mode is enabled. This disables
554 // compiler inlining for all 'const' variables declared in REPL mode.
557 (lookup_result.mode == VariableMode::kConst &&
839 // "elements" mode for keys that are strings representing integers above
1666 // handler. In strict mode, we throw and never initialize this property
1700 if (lookup_result.mode == VariableMode::kConst) {
1721 lookup_result.mode == VariableMode::kConst)) {
1933 // "elements" mode for keys that are strings representing integers above
2251 "can't generalize store mode (potentially read-only length)");
2286 // Make sure all polymorphic handlers have the same store mode, otherwise the
2292 set_slow_stub_reason("store mode mismatch");
2297 // If the store mode isn't the standard mode, make sure that all polymorphic
2472 // dictionary mode.
2971 if (lookup_result.mode == VariableMode::kConst) {