~yolanda.robla/ubuntu/trusty/nodejs/add_distribution

« back to all changes in this revision

Viewing changes to deps/v8/src/accessors.h

  • Committer: Package Import Robot
  • Author(s): Jérémy Lal
  • Date: 2013-08-14 00:16:46 UTC
  • mfrom: (7.1.40 sid)
  • Revision ID: package-import@ubuntu.com-20130814001646-bzlysfh8sd6mukbo
Tags: 0.10.15~dfsg1-4
* Update 2005 patch, adding a handful of tests that can fail on
  slow platforms.
* Add 1004 patch to fix test failures when writing NaN to buffer
  on mipsel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// Copyright 2006-2008 the V8 project authors. All rights reserved.
 
1
// Copyright 2012 the V8 project authors. All rights reserved.
2
2
// Redistribution and use in source and binary forms, with or without
3
3
// modification, are permitted provided that the following conditions are
4
4
// met:
29
29
#define V8_ACCESSORS_H_
30
30
 
31
31
#include "allocation.h"
 
32
#include "v8globals.h"
32
33
 
33
34
namespace v8 {
34
35
namespace internal {
84
85
                                                      void*);
85
86
  static MaybeObject* FunctionGetArguments(Object* object, void*);
86
87
 
 
88
  // Accessor infos.
 
89
  static Handle<AccessorInfo> MakeModuleExport(
 
90
      Handle<String> name, int index, PropertyAttributes attributes);
 
91
 
87
92
 private:
88
93
  // Accessor functions only used through the descriptor.
89
94
  static MaybeObject* FunctionGetLength(Object* object, void*);