Searched refs:JS_IsSymbol (Results 1 – 2 of 2) sorted by relevance
614 static inline JS_BOOL JS_IsSymbol(JSValueConst v) in JS_IsSymbol() function
39450 if (JS_IsUndefined(new_target) && JS_IsSymbol(argv[0])) { in js_string_constructor()44393 if (!JS_IsString(val) && !JS_IsSymbol(val)) { in js_proxy_get_own_property_names()44765 if (!JS_IsSymbol(argv[0])) in js_symbol_keyFor()
Completed in 98 milliseconds