Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dfactory.cc3914 PropertyAttributes rw_attribs = in CreateSloppyFunctionMap() local
3954 IsFunctionModeWithWritablePrototype(function_mode) ? rw_attribs in CreateSloppyFunctionMap()
3988 PropertyAttributes rw_attribs = in CreateStrictFunctionMap() local
4030 IsFunctionModeWithWritablePrototype(function_mode) ? rw_attribs in CreateStrictFunctionMap()
/external/v8/src/
Dbootstrapper.cc1143 PropertyAttributes rw_attribs = static_cast<PropertyAttributes>(DONT_ENUM); in AddRestrictedFunctionProperties() local
1150 ReplaceAccessors(isolate(), map, factory()->arguments_string(), rw_attribs, in AddRestrictedFunctionProperties()
1152 ReplaceAccessors(isolate(), map, factory()->caller_string(), rw_attribs, in AddRestrictedFunctionProperties()