Home
last modified time | relevance | path

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

/external/v8/src/
Dfactory.cc2799 PropertyAttributes rw_attribs = in SetStrictFunctionInstanceDescriptor() local
2829 function_mode == FUNCTION_WITH_WRITEABLE_PROTOTYPE ? rw_attribs in SetStrictFunctionInstanceDescriptor()
2851 PropertyAttributes rw_attribs = in SetClassFunctionInstanceDescriptor() local
2868 Accessors::FunctionPrototypeInfo(isolate(), rw_attribs); in SetClassFunctionInstanceDescriptor()
2870 Handle<Name>(Name::cast(prototype->name())), prototype, rw_attribs); in SetClassFunctionInstanceDescriptor()
Dbootstrapper.cc893 PropertyAttributes rw_attribs = static_cast<PropertyAttributes>(DONT_ENUM); in AddRestrictedFunctionProperties() local
900 ReplaceAccessors(map, factory()->arguments_string(), rw_attribs, accessors); in AddRestrictedFunctionProperties()
901 ReplaceAccessors(map, factory()->caller_string(), rw_attribs, accessors); in AddRestrictedFunctionProperties()