Home
last modified time | relevance | path

Searched defs:literalValue (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_class_methods_returning_values/js_to_ets/
Dtest_class_methods.ts86 const literalValue: STRING_LITERAL = 'Test'; constant
91 const literalValue: INTEGER_LITERAL = 1; constant
96 const literalValue: BOOLEAN_LITERAL = false; constant
101 const literalValue: BIGN_LITERAL = 100n; constant