Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc248 enum PrototypePropertyMode { enum in v8::internal::BASE_EMBEDDED
254 Handle<Map> CreateFunctionMap(PrototypePropertyMode prototype_mode);
257 PrototypePropertyMode prototypeMode);
261 PrototypePropertyMode prototype_mode,
265 PrototypePropertyMode propertyMode);
385 PrototypePropertyMode prototypeMode) { in ComputeFunctionInstanceDescriptor()
427 Handle<Map> Genesis::CreateFunctionMap(PrototypePropertyMode prototype_mode) { in CreateFunctionMap()
530 PrototypePropertyMode prototypeMode) { in ComputeStrictFunctionInstanceDescriptor()
595 PrototypePropertyMode prototype_mode, in CreateStrictModeFunctionMap()
/external/chromium_org/v8/src/
Dbootstrapper.cc258 enum PrototypePropertyMode { enum in v8::internal::BASE_EMBEDDED
264 Handle<Map> CreateFunctionMap(PrototypePropertyMode prototype_mode);
267 PrototypePropertyMode prototypeMode);
271 PrototypePropertyMode prototype_mode,
275 PrototypePropertyMode propertyMode);
384 Handle<Map> map, PrototypePropertyMode prototypeMode) { in SetFunctionInstanceDescriptor()
428 Handle<Map> Genesis::CreateFunctionMap(PrototypePropertyMode prototype_mode) { in CreateFunctionMap()
522 Handle<Map> map, PrototypePropertyMode prototypeMode) { in SetStrictFunctionInstanceDescriptor()
590 PrototypePropertyMode prototype_mode, in CreateStrictModeFunctionMap()