Home
last modified time | relevance | path

Searched refs:STRING_TYPE (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.h26 STRING_TYPE = 0, enumerator
Dbuiltins_object.cpp379 case KeyType::STRING_TYPE: { in GetOwnPropertyKeys()
417 KeyType type = KeyType::STRING_TYPE; in GetOwnPropertyNames()
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dir-dyn-base-types.h.erb70 …* Returns `true` if the `type` is equal to or subtype of `super_type` (i.e `type` is `STRING_TYPE`…