Searched refs:DONT_DELETE (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/v8/src/
H A Dgenerator.js79 DONT_ENUM | DONT_DELETE | READ_ONLY,
83 GeneratorFunctionPrototype, DONT_ENUM | DONT_DELETE | READ_ONLY);
87 GeneratorFunction, DONT_ENUM | DONT_DELETE | READ_ONLY);
H A Dregexp.js429 RegExpSetInput, DONT_DELETE);
431 RegExpSetInput, DONT_ENUM | DONT_DELETE);
433 RegExpSetInput, DONT_ENUM | DONT_DELETE);
448 RegExpSetMultiline, DONT_DELETE);
451 DONT_ENUM | DONT_DELETE);
459 NoOpSetter, DONT_DELETE);
461 NoOpSetter, DONT_ENUM | DONT_DELETE);
463 NoOpSetter, DONT_DELETE);
465 NoOpSetter, DONT_ENUM | DONT_DELETE);
468 DONT_DELETE);
[all...]
H A Dmath.js239 DONT_ENUM | DONT_DELETE | READ_ONLY);
244 DONT_ENUM | DONT_DELETE | READ_ONLY);
249 DONT_ENUM | DONT_DELETE | READ_ONLY);
254 DONT_ENUM | DONT_DELETE | READ_ONLY);
258 DONT_ENUM | DONT_DELETE | READ_ONLY);
262 DONT_ENUM | DONT_DELETE | READ_ONLY);
266 DONT_ENUM | DONT_DELETE | READ_ONLY);
270 DONT_ENUM | DONT_DELETE | READ_ONLY);
H A Dproperty-details.h40 DONT_DELETE = v8::DontDelete, enumerator in enum:PropertyAttributes
42 SEALED = DONT_DELETE,
241 bool IsDontDelete() const { return (attributes() & DONT_DELETE) != 0; }
H A Dv8natives.js98 %SetProperty(prototype, fields[i], void 0, DONT_ENUM | DONT_DELETE);
104 %SetProperty(prototype, key, f, DONT_ENUM | DONT_DELETE | READ_ONLY);
201 %SetProperty(global, "NaN", $NaN, DONT_ENUM | DONT_DELETE | READ_ONLY);
204 %SetProperty(global, "Infinity", 1/0, DONT_ENUM | DONT_DELETE | READ_ONLY);
208 DONT_ENUM | DONT_DELETE | READ_ONLY);
820 flag |= desc.isConfigurable() ? 0 : DONT_DELETE;
822 flag |= current.isConfigurable() ? 0 : DONT_DELETE;
824 flag |= DONT_DELETE;
1650 DONT_ENUM | DONT_DELETE | READ_ONLY);
1654 DONT_ENUM | DONT_DELETE | READ_ONL
[all...]
H A Dtypedarray.js256 READ_ONLY | DONT_ENUM | DONT_DELETE);
261 READ_ONLY | DONT_ENUM | DONT_DELETE);
H A Dbootstrapper.cc381 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
411 DONT_ENUM | DONT_DELETE | READ_ONLY);
549 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE);
551 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
817 static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE);
887 DONT_ENUM | DONT_DELETE);
942 DONT_ENUM | DONT_DELETE | READ_ONLY);
976 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
1016 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE);
1148 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONL
[all...]
H A Dmacros.py34 const DONT_DELETE = 4;
H A Dobject-observe.js353 READ_ONLY + DONT_DELETE);
H A Dmessages.js297 DONT_ENUM | DONT_DELETE | READ_ONLY);
1194 %SetProperty(builtins, '$' + name, f, DONT_ENUM | DONT_DELETE | READ_ONLY);
H A Druntime.cc1791 elms->set(CONFIGURABLE_INDEX, heap->ToBoolean((attrs & DONT_DELETE) == 0));
2022 attr |= DONT_DELETE;
2182 PropertyAttributes attributes = DONT_DELETE;
2233 static_cast<PropertyAttributes>(DONT_DELETE | READ_ONLY);
2501 static_cast<PropertyAttributes>(READ_ONLY | DONT_ENUM | DONT_DELETE);
2503 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE);
4952 RUNTIME_ASSERT((unchecked & ~(READ_ONLY | DONT_ENUM | DONT_DELETE)) == 0);
4976 RUNTIME_ASSERT((unchecked & ~(READ_ONLY | DONT_ENUM | DONT_DELETE)) == 0);
5276 (unchecked_attributes & ~(READ_ONLY | DONT_ENUM | DONT_DELETE)) == 0);
5432 (unchecked_value & ~(READ_ONLY | DONT_ENUM | DONT_DELETE))
[all...]
H A Dmirror-debugger.js189 PropertyAttribute.DontDelete = DONT_DELETE;
H A Dobjects.cc3651 if (!configurable->BooleanValue()) attributes |= DONT_DELETE;
4378 return static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE);
5448 int attrs = DONT_DELETE;
6888 int mask = DONT_DELETE | DONT_ENUM;
10978 if (attributes == DONT_DELETE) return false;
12190 if ((attributes & (DONT_DELETE | DONT_ENUM | READ_ONLY)) != 0) {
12280 (attr & (DONT_DELETE | DONT_ENUM | READ_ONLY)) == 0);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-334.js34 var DONT_DELETE = 4; variable
40 %SetProperty(object, "foo", func1, DONT_ENUM | DONT_DELETE);
42 %SetProperty(object, "baz", func1, DONT_DELETE | READ_ONLY);
43 %SetProperty(object.__proto__, "bif", func1, DONT_ENUM | DONT_DELETE);
/external/v8/test/mjsunit/regress/
H A Dregress-334.js34 var DONT_DELETE = 4; variable
40 %SetProperty(object, "foo", func1, DONT_ENUM | DONT_DELETE);
42 %SetProperty(object, "baz", func1, DONT_DELETE | READ_ONLY);
43 %SetProperty(object.__proto__, "bif", func1, DONT_ENUM | DONT_DELETE | READ_ONLY);
/external/v8/src/
H A Dregexp.js429 RegExpSetInput, DONT_DELETE);
431 RegExpSetInput, DONT_ENUM | DONT_DELETE);
433 RegExpSetInput, DONT_ENUM | DONT_DELETE);
448 RegExpSetMultiline, DONT_DELETE);
451 DONT_ENUM | DONT_DELETE);
459 NoOpSetter, DONT_DELETE);
461 NoOpSetter, DONT_ENUM | DONT_DELETE);
463 NoOpSetter, DONT_DELETE);
465 NoOpSetter, DONT_ENUM | DONT_DELETE);
468 DONT_DELETE);
[all...]
H A Dmath.js232 DONT_ENUM | DONT_DELETE | READ_ONLY);
237 DONT_ENUM | DONT_DELETE | READ_ONLY);
242 DONT_ENUM | DONT_DELETE | READ_ONLY);
247 DONT_ENUM | DONT_DELETE | READ_ONLY);
251 DONT_ENUM | DONT_DELETE | READ_ONLY);
255 DONT_ENUM | DONT_DELETE | READ_ONLY);
259 DONT_ENUM | DONT_DELETE | READ_ONLY);
263 DONT_ENUM | DONT_DELETE | READ_ONLY);
H A Dproperty-details.h40 DONT_DELETE = v8::DontDelete, enumerator in enum:PropertyAttributes
113 bool IsDontDelete() { return (attributes() & DONT_DELETE) != 0; }
H A Dv8natives.js78 %SetProperty(prototype, fields[i], void 0, DONT_ENUM | DONT_DELETE);
84 %SetProperty(prototype, key, f, DONT_ENUM | DONT_DELETE | READ_ONLY);
180 %SetProperty(global, "NaN", $NaN, DONT_ENUM | DONT_DELETE | READ_ONLY);
183 %SetProperty(global, "Infinity", 1/0, DONT_ENUM | DONT_DELETE | READ_ONLY);
187 DONT_ENUM | DONT_DELETE | READ_ONLY);
805 flag |= desc.isConfigurable() ? 0 : DONT_DELETE;
807 flag |= current.isConfigurable() ? 0 : DONT_DELETE;
809 flag |= DONT_DELETE;
1500 DONT_ENUM | DONT_DELETE | READ_ONLY);
1504 DONT_ENUM | DONT_DELETE | READ_ONL
[all...]
H A Dmessages.js122 DONT_ENUM | DONT_DELETE | READ_ONLY);
259 DONT_DELETE | READ_ONLY | DONT_ENUM);
262 DONT_DELETE | READ_ONLY | DONT_ENUM);
267 DONT_DELETE | DONT_ENUM | READ_ONLY);
272 DONT_DELETE | DONT_ENUM | READ_ONLY);
1112 %SetProperty(builtins, '$' + name, f, DONT_ENUM | DONT_DELETE | READ_ONLY);
1134 DONT_ENUM | DONT_DELETE | READ_ONLY) ;
H A Dbootstrapper.cc369 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
389 DONT_ENUM | DONT_DELETE | READ_ONLY);
534 DONT_ENUM | DONT_DELETE);
816 static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE);
878 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE));
919 DONT_DELETE |
954 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
991 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE);
1125 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
1445 static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE);
[all...]
H A Dmacros.py34 const DONT_DELETE = 4;
H A Dproperty.h229 DONT_DELETE),
H A Dmirror-debugger.js190 PropertyAttribute.DontDelete = DONT_DELETE;
H A Druntime.cc1333 attr |= DONT_DELETE;
1360 // Do not change DONT_DELETE to false from true.
1361 attr |= lookup.GetAttributes() & DONT_DELETE;
1499 PropertyAttributes attributes = DONT_DELETE;
1556 static_cast<PropertyAttributes>(DONT_DELETE | READ_ONLY);
1822 static_cast<PropertyAttributes>(READ_ONLY | DONT_ENUM | DONT_DELETE);
1824 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE);
4350 RUNTIME_ASSERT((unchecked & ~(READ_ONLY | DONT_ENUM | DONT_DELETE)) == 0);
4372 RUNTIME_ASSERT((unchecked & ~(READ_ONLY | DONT_ENUM | DONT_DELETE)) == 0);
4609 (unchecked_attributes & ~(READ_ONLY | DONT_ENUM | DONT_DELETE))
[all...]

Completed in 464 milliseconds

12