Searched refs:is_strict (Results 1 – 23 of 23) sorted by relevance
112 } else if (is_strict(language_mode())) { in PreParseProgram()243 if (is_strict(function_scope->language_mode())) { in PreParseFunction()345 if (is_strict(language_mode)) { in ParseFunctionLiteral()
216 set_strict_mode(is_strict(language_mode)); in set_language_mode()
1001 } else if (is_strict(language_mode) && in ValidateFormalParameters()1332 if (is_strict(language_mode()) && in IsAssignableIdentifier()1644 *message = is_strict(language_mode()) in GetUnexpectedTokenMessage()1726 if (is_strict(language_mode())) { in ParseAndClassifyIdentifier()1749 is_strict(language_mode())) { in ParseAndClassifyIdentifier()2616 if (impl()->IsEvalOrArguments(name) && is_strict(language_mode())) { in ParseObjectPropertyDefinition()3254 if (impl()->IsIdentifier(expression) && is_strict(language_mode())) { in ParseUnaryExpression()4467 if (is_strict(language_mode())) { in ParseArrowFunctionLiteral()4780 if (impl()->IsIdentifier(expression) && is_strict(language_mode()) && in CheckAndRewriteReferenceExpression()4795 is_strict(language_mode()) in CheckAndRewriteReferenceExpression()[all …]
603 if (ok && is_strict(language_mode())) { in DoParseProgram()772 is_strict(info->language_mode())); in DoParseFunction()2691 if (is_strict(language_mode)) { in ParseFunctionLiteral()3613 else if (is_strict(mode)) in SetLanguageMode()
610 static const bool is_strict = false;619 static const bool is_strict = false;628 static const bool is_strict = false;637 static const bool is_strict = true;659 (UnderlyingType<L>::is_strict || UnderlyingType<R>::is_strict) &&
572 static const bool is_strict = false;580 static const bool is_strict = false;588 static const bool is_strict = true;602 (UnderlyingType<L>::is_strict || UnderlyingType<R>::is_strict);
41 if (is_strict(language_mode)) hash ^= 0x8000; in StringSharedHash()
200 DCHECK(is_sloppy(this->language_mode()) || is_strict(language_mode)); in set_language_mode()202 hints = IsStrictBit::update(hints, is_strict(language_mode)); in set_language_mode()
357 return AddSlot(is_strict(language_mode) in AddStoreICSlot()368 return AddSlot(is_strict(language_mode) in AddStoreGlobalICSlot()375 return AddSlot(is_strict(language_mode) in AddKeyedStoreICSlot()
194 base = is_strict(language_mode) ? STRICT_FUNCTION_MAP_INDEX
699 if (is_strict(caller->shared()->language_mode())) { in FindCaller()
320 inline bool is_strict(LanguageMode language_mode) { in is_strict() function
1278 DCHECK(is_sloppy(language_mode) || is_strict(shared_info->language_mode())); in GetFunctionFromEval()
518 is_strict(function->shared()->language_mode()); in IsStrictFrame()
5121 if (is_strict(language_mode) && it->GetReceiver()->IsJSGlobalObject()) { in SetProperty()6915 if (is_strict(language_mode)) { in DeleteProperty()
131 return kind() != SLOPPY_FUNCTION_NAME_VARIABLE || is_strict(language_mode); in throw_on_const_assignment()
282 DCHECK(!is_module_scope() || is_strict(language_mode)); in NON_EXPORTED_BASE()487 is_strict_ = is_strict(language_mode); in NON_EXPORTED_BASE()
1742 if (is_strict(language_mode())) { in Print()
653 static bool is_cipher_list_separator(char c, bool is_strict) { in is_cipher_list_separator() argument657 return !is_strict && (c == ' ' || c == ';' || c == ','); in is_cipher_list_separator()
926 } else if (!is_sloppy_function_name || is_strict(language_mode)) { in StoreLookupSlot()940 } else if (is_strict(language_mode)) { in StoreLookupSlot()
5111 FeedbackSlotKind slot_kind = is_strict(language_mode) in GetCachedStoreGlobalICSlot()5148 FeedbackSlotKind slot_kind = is_strict(language_mode()) in GetCachedStoreICSlot()5186 return is_strict(language_mode()) ? Runtime::kStoreToSuper_Strict in StoreToSuperRuntimeId()5191 return is_strict(language_mode()) ? Runtime::kStoreKeyedToSuper_Strict in StoreKeyedToSuperRuntimeId()
3710 bool strict_mode_callee = is_strict(callee->shared()->language_mode()) || in NewArgumentsObject()4214 return is_strict(language_mode_) in GetMap()4221 return is_strict(language_mode_) ? isolate->strict_function_map() in GetMap()4224 return is_strict(language_mode_) in GetMap()
1307 is_strict(language_mode) in VisitStaLookupSlot()