Home
last modified time | relevance | path

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

/third_party/node/test/node-api/test_init_order/
Dtest_init_order.cc41 DECLARE_NODE_API_PROPERTY_VALUE("cppIntValue", cppIntValue), in Init()
42 DECLARE_NODE_API_PROPERTY_VALUE("cppStringValue", cppStringValue)}; in Init()
/third_party/node/test/js-native-api/
Dcommon.h76 #define DECLARE_NODE_API_PROPERTY_VALUE(name, value) \ macro