Revision f230a1cf deps/v8/src/accessors.h

View differences:

deps/v8/src/accessors.h
86 86
  static Handle<AccessorInfo> MakeModuleExport(
87 87
      Handle<String> name, int index, PropertyAttributes attributes);
88 88

  
89
  // Returns true for properties that are accessors to object fields.
90
  // If true, *object_offset contains offset of object field.
91
  static bool IsJSObjectFieldAccessor(
92
      Handle<Map> map, Handle<String> name,
93
      int* object_offset);
94

  
95

  
89 96
 private:
90 97
  // Accessor functions only used through the descriptor.
91 98
  static MaybeObject* FunctionSetPrototype(Isolate* isolate,

Also available in: Unified diff