Lines Matching refs:DONT_ENUM
337 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()
1026 DONT_ENUM); in InitializeGlobal()
1049 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in InitializeGlobal()
1069 FieldDescriptor d(*factory->length_symbol(), 0, DONT_ENUM); in InitializeGlobal()
1102 DONT_ENUM); in InitializeGlobal()
1341 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in InstallNatives()
1496 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE)); in InstallNatives()
1743 Handle<JSObject>(js_global->builtins()), DONT_ENUM); in InstallSpecialObjects()
1771 SetLocalPropertyNoThrow(js_global, debug_string, global_proxy, DONT_ENUM); in InstallSpecialObjects()