Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-scopes.cc52 PropertyAttributes old_attributes = maybe.FromJust(); in DeclareGlobals() local
60 if ((old_attributes & DONT_DELETE) != 0) { in DeclareGlobals()
76 attr = old_attributes; in DeclareGlobals()
182 PropertyAttributes old_attributes = maybe.FromJust(); in RUNTIME_FUNCTION() local
190 if ((old_attributes & DONT_DELETE) != 0) { in RUNTIME_FUNCTION()
191 if ((old_attributes & READ_ONLY) != 0 || in RUNTIME_FUNCTION()
195 attr = static_cast<PropertyAttributes>(old_attributes | READ_ONLY); in RUNTIME_FUNCTION()
394 PropertyAttributes old_attributes = maybe.FromJust(); in RUNTIME_FUNCTION() local
397 if ((old_attributes & DONT_DELETE) != 0) { in RUNTIME_FUNCTION()
398 if ((old_attributes & READ_ONLY) != 0 || in RUNTIME_FUNCTION()
[all …]