Home
last modified time | relevance | path

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

/third_party/node/src/
Djsvm.h1525 JSVM_KeyFilter keyFilter,
Djs_native_api_v8.cc2043 JSVM_KeyFilter keyFilter, in OH_JSVM_GetAllPropertyNames() argument
2054 if (keyFilter & JSVM_KEY_WRITABLE) { in OH_JSVM_GetAllPropertyNames()
2058 if (keyFilter & JSVM_KEY_ENUMERABLE) { in OH_JSVM_GetAllPropertyNames()
2062 if (keyFilter & JSVM_KEY_CONFIGURABLE) { in OH_JSVM_GetAllPropertyNames()
2066 if (keyFilter & JSVM_KEY_SKIP_STRINGS) { in OH_JSVM_GetAllPropertyNames()
2070 if (keyFilter & JSVM_KEY_SKIP_SYMBOLS) { in OH_JSVM_GetAllPropertyNames()