Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dfactory.cc3709 PropertyAttributes rw_attribs = in CreateSloppyFunctionMap() local
3751 IsFunctionModeWithWritablePrototype(function_mode) ? rw_attribs in CreateSloppyFunctionMap()
3796 PropertyAttributes rw_attribs = in CreateStrictFunctionMap() local
3829 IsFunctionModeWithWritablePrototype(function_mode) ? rw_attribs in CreateStrictFunctionMap()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc1222 PropertyAttributes rw_attribs = static_cast<PropertyAttributes>(DONT_ENUM); in AddRestrictedFunctionProperties() local
1229 ReplaceAccessors(isolate(), map, factory()->arguments_string(), rw_attribs, in AddRestrictedFunctionProperties()
1231 ReplaceAccessors(isolate(), map, factory()->caller_string(), rw_attribs, in AddRestrictedFunctionProperties()