Searched refs:JSVM_KEY_ENUMERABLE (Results 1 – 2 of 2) sorted by relevance
340 JSVM_KEY_ENUMERABLE = 1 << 1, enumerator
2034 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()