Lines Matching refs:PropertyAttributes
1972 PropertyAttributes attrs; in GetOwnProperty()
1980 Maybe<PropertyAttributes> maybe = in GetOwnProperty()
1997 Maybe<PropertyAttributes> maybe = JSObject::GetPropertyAttributes(&it); in GetOwnProperty()
2213 PropertyAttributes attr, bool is_var, in DeclareGlobals()
2217 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in DeclareGlobals()
2221 PropertyAttributes old_attributes = maybe.value; in DeclareGlobals()
2303 static_cast<PropertyAttributes>(attr), in RUNTIME_FUNCTION()
2347 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in RUNTIME_FUNCTION()
2349 PropertyAttributes old_attributes = maybe.value; in RUNTIME_FUNCTION()
2351 PropertyAttributes attr = in RUNTIME_FUNCTION()
2352 static_cast<PropertyAttributes>(DONT_DELETE | READ_ONLY); in RUNTIME_FUNCTION()
2362 attr = static_cast<PropertyAttributes>(old_attributes | READ_ONLY); in RUNTIME_FUNCTION()
2384 PropertyAttributes attr = static_cast<PropertyAttributes>(attr_arg); in RUNTIME_FUNCTION()
2395 PropertyAttributes attributes; in RUNTIME_FUNCTION()
2462 PropertyAttributes attributes; in RUNTIME_FUNCTION()
2478 PropertyAttributes attr = in RUNTIME_FUNCTION()
2479 static_cast<PropertyAttributes>(DONT_DELETE | READ_ONLY); in RUNTIME_FUNCTION()
2497 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in RUNTIME_FUNCTION()
2499 PropertyAttributes old_attributes = maybe.value; in RUNTIME_FUNCTION()
2507 attr = static_cast<PropertyAttributes>(old_attributes | READ_ONLY); in RUNTIME_FUNCTION()
2620 PropertyAttributes final = in RUNTIME_FUNCTION()
2621 static_cast<PropertyAttributes>(READ_ONLY | DONT_ENUM | DONT_DELETE); in RUNTIME_FUNCTION()
2622 PropertyAttributes writable = in RUNTIME_FUNCTION()
2623 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE); in RUNTIME_FUNCTION()
5036 static_cast<PropertyAttributes>(attribute))); in RUNTIME_FUNCTION()
5041 static_cast<PropertyAttributes>(attribute))); in RUNTIME_FUNCTION()
5064 PropertyAttributes attr = static_cast<PropertyAttributes>(unchecked); in RUNTIME_FUNCTION()
5088 PropertyAttributes attr = static_cast<PropertyAttributes>(unchecked); in RUNTIME_FUNCTION()
5229 PropertyAttributes attr) { in DefineObjectProperty()
5336 PropertyAttributes attributes = in RUNTIME_FUNCTION()
5337 static_cast<PropertyAttributes>(unchecked_attributes); in RUNTIME_FUNCTION()
5343 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in RUNTIME_FUNCTION()
5367 PropertyAttributes attributes = in RUNTIME_FUNCTION()
5368 static_cast<PropertyAttributes>(unchecked_attributes); in RUNTIME_FUNCTION()
5375 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in RUNTIME_FUNCTION()
5432 PropertyAttributes attributes = in RUNTIME_FUNCTION()
5433 static_cast<PropertyAttributes>(unchecked_attributes); in RUNTIME_FUNCTION()
5743 Maybe<PropertyAttributes> maybe = in RUNTIME_FUNCTION()
5817 PropertyAttributes filter = static_cast<PropertyAttributes>(filter_value); in RUNTIME_FUNCTION()
5938 int n = obj->NumberOfOwnElements(static_cast<PropertyAttributes>(NONE)); in RUNTIME_FUNCTION()
5940 obj->GetOwnElementKeys(*names, static_cast<PropertyAttributes>(NONE)); in RUNTIME_FUNCTION()
8314 PropertyAttributes attr = in RUNTIME_FUNCTION()
8315 static_cast<PropertyAttributes>(DONT_DELETE | DONT_ENUM | READ_ONLY); in RUNTIME_FUNCTION()
9216 PropertyAttributes attr = in RUNTIME_FUNCTION()
9258 PropertyAttributes attributes; in RUNTIME_FUNCTION()
9375 PropertyAttributes attributes; in LoadLookupSlotHelper()
9489 PropertyAttributes attributes; in RUNTIME_FUNCTION()