構成 | ネームスペース | マクロ定義

src/accessors.h

ソースコードを見る。

構成

class  v8::internal::Accessors

ネームスペース

namespace  v8
namespace  v8::internal

マクロ定義

#define ACCESSOR_DESCRIPTOR_LIST(V)
#define ACCESSOR_DESCRIPTOR_DECLARATION(name)   static const AccessorDescriptor name;
#define ACCESSOR_DESCRIPTOR_DECLARATION(name)   k##name,

マクロ定義

#define ACCESSOR_DESCRIPTOR_DECLARATION (   name  )     static const AccessorDescriptor name;

accessors.h61 行で定義されています。

参照元 v8::internal::ExternalReferenceTable::ExternalReferenceTable().

#define ACCESSOR_DESCRIPTOR_DECLARATION (   name  )     k##name,

accessors.h61 行で定義されています。

#define ACCESSOR_DESCRIPTOR_LIST (   V  ) 
値:
V(FunctionPrototype)   \
  V(FunctionLength)      \
  V(FunctionName)        \
  V(FunctionArguments)   \
  V(FunctionCaller)      \
  V(ArrayLength)         \
  V(StringLength)        \
  V(ScriptSource)        \
  V(ScriptName)          \
  V(ScriptLineOffset)    \
  V(ScriptColumnOffset)  \
  V(ScriptType)          \
  V(ObjectPrototype)

accessors.h35 行で定義されています。

参照元 v8::internal::ExternalReferenceTable::ExternalReferenceTable().

 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義