Home
last modified time | relevance | path

Searched refs:DONT_ENUM (Results 1 – 22 of 22) sorted by relevance

/external/v8/src/
Dregexp.js406 %SetProperty($RegExp.prototype, 'constructor', $RegExp, DONT_ENUM);
409 InstallFunctions($RegExp.prototype, DONT_ENUM, $Array(
432 %DefineAccessor($RegExp, '$_', GETTER, RegExpGetInput, DONT_ENUM | DONT_DELETE);
433 %DefineAccessor($RegExp, '$_', SETTER, RegExpSetInput, DONT_ENUM | DONT_DELETE);
434 %DefineAccessor($RegExp, '$input', GETTER, RegExpGetInput, DONT_ENUM | DONT_DELETE);
435 %DefineAccessor($RegExp, '$input', SETTER, RegExpSetInput, DONT_ENUM | DONT_DELETE);
451 %DefineAccessor($RegExp, '$*', GETTER, RegExpGetMultiline, DONT_ENUM | DONT_DELETE);
452 %DefineAccessor($RegExp, '$*', SETTER, RegExpSetMultiline, DONT_ENUM | DONT_DELETE);
461 %DefineAccessor($RegExp, '$&', GETTER, RegExpGetLastMatch, DONT_ENUM | DONT_DELETE);
462 %DefineAccessor($RegExp, '$&', SETTER, NoOpSetter, DONT_ENUM | DONT_DELETE);
[all …]
Dmath.js42 %SetProperty(global, "Math", $Math, DONT_ENUM);
205 DONT_ENUM | DONT_DELETE | READ_ONLY);
210 DONT_ENUM | DONT_DELETE | READ_ONLY);
215 DONT_ENUM | DONT_DELETE | READ_ONLY);
220 DONT_ENUM | DONT_DELETE | READ_ONLY);
224 DONT_ENUM | DONT_DELETE | READ_ONLY);
228 DONT_ENUM | DONT_DELETE | READ_ONLY);
232 DONT_ENUM | DONT_DELETE | READ_ONLY);
236 DONT_ENUM | DONT_DELETE | READ_ONLY);
241 InstallFunctionsOnHiddenPrototype($Math, DONT_ENUM, $Array(
Dv8natives.js155 %SetProperty(global, "NaN", $NaN, DONT_ENUM | DONT_DELETE);
158 %SetProperty(global, "Infinity", 1/0, DONT_ENUM | DONT_DELETE);
161 %SetProperty(global, "undefined", void 0, DONT_ENUM | DONT_DELETE);
164 InstallFunctions(global, DONT_ENUM, $Array(
190 %SetProperty($Boolean.prototype, "constructor", $Boolean, DONT_ENUM);
656 flag |= desc.isEnumerable() ? 0 : DONT_ENUM;
658 flag |= current.isEnumerable() ? 0 : DONT_ENUM;
660 flag |= DONT_ENUM;
940 InstallFunctions($Object.prototype, DONT_ENUM, $Array(
952 InstallFunctions($Object, DONT_ENUM, $Array(
[all …]
Dbootstrapper.cc337 SetLocalPropertyNoThrow(target, symbol, function, DONT_ENUM); in InstallFunction()
351 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in ComputeFunctionInstanceDescriptor()
498 DONT_ENUM | DONT_DELETE | READ_ONLY); in ComputeStrictFunctionInstanceDescriptor()
823 isolate->object_function(), DONT_ENUM); in InitializeGlobal()
848 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE)); in InitializeGlobal()
891 static_cast<PropertyAttributes>(DONT_ENUM | in InitializeGlobal()
926 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in InitializeGlobal()
963 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE); in InitializeGlobal()
991 SetLocalPropertyNoThrow(global, name, json_object, DONT_ENUM); in InitializeGlobal()
1023 DONT_ENUM); in InitializeGlobal()
[all …]
Dmessages.js132 %SetProperty(Script.prototype, 'constructor', Script, DONT_ENUM);
976 %SetProperty(global, name, f, DONT_ENUM);
992 %SetProperty(f.prototype, 'constructor', f, DONT_ENUM);
1089 InstallFunctions($Error.prototype, DONT_ENUM, ['toString', errorToString]);
Dapinatives.js77 %SetProperty(fun.prototype, "constructor", fun, DONT_ENUM);
Dstring.js865 %SetProperty($String.prototype, "constructor", $String, DONT_ENUM);
869 InstallFunctions($String, DONT_ENUM, $Array(
875 InstallFunctionsOnHiddenPrototype($String.prototype, DONT_ENUM, $Array(
Dmacros.py33 const DONT_ENUM = 2;
Ddate.js1042 InstallFunctions($Date, DONT_ENUM, $Array(
1049 %SetProperty($Date.prototype, "constructor", $Date, DONT_ENUM);
1053 InstallFunctionsOnHiddenPrototype($Date.prototype, DONT_ENUM, $Array(
Darray.js1183 %SetProperty($Array.prototype, "constructor", $Array, DONT_ENUM);
1186 InstallFunctions($Array, DONT_ENUM, $Array(
1207 InstallFunctionsOnHiddenPrototype($Array.prototype, DONT_ENUM, $Array(
Duri.js392 InstallFunctions(global, DONT_ENUM, $Array(
Dproperty.h199 PropertyDetails(static_cast<PropertyAttributes>(DONT_ENUM | in ConstantResult()
Djson.js336 InstallFunctions($JSON, DONT_ENUM, $Array(
Dfactory.cc661 SetLocalPropertyNoThrow(prototype, constructor_symbol(), function, DONT_ENUM); in NewFunctionWithPrototype()
Druntime.cc1708 static_cast<PropertyAttributes>(READ_ONLY | DONT_ENUM | DONT_DELETE); in RUNTIME_FUNCTION()
1710 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE); in RUNTIME_FUNCTION()
3815 RUNTIME_ASSERT((unchecked & ~(READ_ONLY | DONT_ENUM | DONT_DELETE)) == 0); in RUNTIME_FUNCTION()
3851 RUNTIME_ASSERT((unchecked & ~(READ_ONLY | DONT_ENUM | DONT_DELETE)) == 0); in RUNTIME_FUNCTION()
3862 if (((unchecked & (DONT_DELETE | DONT_ENUM | READ_ONLY)) != 0) && in RUNTIME_FUNCTION()
4087 (unchecked_attributes & ~(READ_ONLY | DONT_ENUM | DONT_DELETE)) == 0); in RUNTIME_FUNCTION()
4123 (unchecked_value & ~(READ_ONLY | DONT_ENUM | DONT_DELETE)) == 0); in RUNTIME_FUNCTION()
4235 return isolate->heap()->ToBoolean(att != ABSENT && (att & DONT_ENUM) == 0); in RUNTIME_FUNCTION()
9024 ASSERT((value & ~(READ_ONLY | DONT_ENUM | DONT_DELETE)) == 0); in RUNTIME_FUNCTION()
Dmirror-debugger.js188 PropertyAttribute.DontEnum = DONT_ENUM;
Dobjects.cc2340 if (!result.IsEmpty()) return DONT_ENUM; in GetPropertyAttributeWithInterceptor()
8216 return NumberOfLocalProperties(static_cast<PropertyAttributes>(DONT_ENUM)); in NumberOfEnumProperties()
8366 return NumberOfLocalElements(static_cast<PropertyAttributes>(DONT_ENUM)); in NumberOfEnumElements()
8448 static_cast<PropertyAttributes>(DONT_ENUM)); in GetEnumElementKeys()
9941 static_cast<PropertyAttributes>(DONT_ENUM)); in NumberOfEnumElements()
Dobjects.h118 DONT_ENUM = v8::DontEnum, enumerator
203 bool IsDontEnum() { return (attributes() & DONT_ENUM) != 0; } in IsDontEnum()
Dobjects-inl.h3903 DONT_ENUM, in SetHiddenPropertiesObject()
Dheap.cc2945 constructor_symbol(), function, DONT_ENUM); in AllocateFunctionPrototype()
/external/v8/test/mjsunit/regress/
Dregress-334.js33 var DONT_ENUM = 2; variable
40 %SetProperty(object, "foo", func1, DONT_ENUM | DONT_DELETE);
41 %SetProperty(object, "bar", func1, DONT_ENUM | READ_ONLY);
43 %SetProperty(object.__proto__, "bif", func1, DONT_ENUM | DONT_DELETE | READ_ONLY);
/external/v8/test/cctest/
Dtest-debug.cc157 Handle<Object>(debug->debug_context()->global_proxy()), DONT_ENUM, in ExposeDebug()