Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h41 enum PreferredPrimitiveType : uint8_t { PREFER_NUMBER = 0, PREFER_STRING, NO_PREFERENCE }; enumerator
410 PreferredPrimitiveType type = NO_PREFERENCE);
Djs_tagged_value.cpp50 if (type == NO_PREFERENCE) { in GetTypeString()
370 type = (type == NO_PREFERENCE) ? PREFER_NUMBER : type; in ToPrimitive()