Home | History | Annotate | Download | only in src

Lines Matching refs:strict_mode

258                                             StrictModeFlag strict_mode) {
262 return SetPropertyWithHandler(name, value, NONE, strict_mode);
1712 StrictModeFlag strict_mode) {
1717 if (strict_mode == kNonStrictMode) {
1755 StrictModeFlag strict_mode) {
1762 return SetProperty(&result, name, value, attributes, strict_mode);
1770 strict_mode);
1773 return AddProperty(name, value, attributes, strict_mode);
1897 StrictModeFlag strict_mode) {
1929 strict_mode);
1939 StrictModeFlag strict_mode) {
1941 object->SetProperty(*key, *value, attributes, strict_mode),
1949 StrictModeFlag strict_mode) {
1952 return SetProperty(&result, name, value, attributes, strict_mode);
1960 StrictModeFlag strict_mode) {
2009 if (strict_mode == kNonStrictMode) {
2074 StrictModeFlag strict_mode) {
2087 name, value, NONE, strict_mode, found);
2103 strict_mode);
2116 StrictModeFlag strict_mode) {
2129 strict_mode);
2142 name, value, attributes, strict_mode, &found);
2146 return self->AddProperty(*hname, *hvalue, attributes, strict_mode);
2553 StrictModeFlag strict_mode) {
2570 strict_mode);
2585 strict_mode);
2608 StrictModeFlag strict_mode) {
2611 key, value, attributes, strict_mode);
2614 result, key, value, attributes, strict_mode);
2638 StrictModeFlag strict_mode) {
2657 StrictModeFlag strict_mode,
2711 if (strict_mode == kNonStrictMode) return *value;
2881 StrictModeFlag strict_mode) {
2903 result, name, value, true, strict_mode);
2912 result, name, value, attributes, strict_mode);
2922 strict_mode);
2931 return AddProperty(name, value, attributes, strict_mode);
2934 if (strict_mode == kStrictMode) {
2970 strict_mode);
2972 return SetPropertyWithInterceptor(name, value, attributes, strict_mode);
8943 StrictModeFlag strict_mode,
8974 strict_mode,
9033 StrictModeFlag strict_mode) {
9077 if (strict_mode == kNonStrictMode) {
9123 StrictModeFlag strict_mode,
9143 strict_mode);
9172 return SetDictionaryElement(index, value, NONE, strict_mode,
9226 StrictModeFlag strict_mode,
9249 return SetElementWithCallback(element, index, value, this, strict_mode);
9259 if (strict_mode == kNonStrictMode) {
9289 index, value, &found, strict_mode);
9295 if (strict_mode == kNonStrictMode) {
9365 StrictModeFlag strict_mode,
9381 strict_mode);
9401 strict_mode,
9450 return SetElement(index, value, NONE, strict_mode, check_prototype);
9457 StrictModeFlag strict_mode,
9461 index, value, strict_mode);
9464 index, value, attributes, strict_mode, check_proto);
9472 StrictModeFlag strict_mode) {
9476 object->SetElement(index, *value, NONE, strict_mode, false),
9485 StrictModeFlag strict_mode,
9497 object->SetElement(index, *value, attr, strict_mode, true, set_mode),
9505 StrictModeFlag strict_mode,
9526 strict_mode,
9555 strict_mode,
9563 strict_mode,
9572 StrictModeFlag strict_mode,
9582 return SetFastElement(index, value, strict_mode, check_prototype);
9584 return SetFastDoubleElement(index, value, strict_mode, check_prototype);
9625 return SetDictionaryElement(index, value, attr, strict_mode,
9649 return SetDictionaryElement(index, value, attr, strict_mode,
9652 return SetFastElement(index, value, strict_mode, check_prototype);
10515 language_unchecked == STRICT_MODE ||
10538 if (language_mode == STRICT_MODE) hash ^= 0x8000;
10556 language_unchecked == STRICT_MODE ||