Home
last modified time | relevance | path

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

/third_party/node/src/
Djs_native_api_v8_internals.h23 #define JSVM_ARRAYSIZE(array) node::arraysize((array)) macro
Djs_native_api_v8.cc1888 static_assert(JSVM_ARRAYSIZE(error_messages) == last_status + 1, in OH_JSVM_GetLastErrorInfo()