Home
last modified time | relevance | path

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

/third_party/node/src/
Djsvm_types.h340 JSVM_KEY_ENUMERABLE = 1 << 1, enumerator
Djs_native_api_v8.cc2034 static_cast<JSVM_KeyFilter>(JSVM_KEY_ENUMERABLE | JSVM_KEY_SKIP_SYMBOLS), in OH_JSVM_GetPropertyNames()
2058 if (keyFilter & JSVM_KEY_ENUMERABLE) { in OH_JSVM_GetAllPropertyNames()