Home
last modified time | relevance | path

Searched refs:DECL_PRIMITIVE_GETTER (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dobject-macros-undef.h13 #undef DECL_PRIMITIVE_GETTER
Dobject-macros.h46 #define DECL_PRIMITIVE_GETTER(name, type) inline type name() const; macro
51 DECL_PRIMITIVE_GETTER(name, type) \
61 DECL_PRIMITIVE_GETTER(name, type) \
Djs-array-buffer.h276 DECL_PRIMITIVE_GETTER(length, size_t)