Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/expressions/
Dts-test-instantiation-expressions-1.ts21 const stringBox = makeStringBox('abc'); // { value: string } constant
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_instantiation_expressions1.ts22 const stringBox = makeStringBox('abc'); // { value: string } constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/js_suites/interface_arg/
Dgeneric_ets_value.js26 const stringBox = new Boxx(STRING_VALUE); constant
Dgeneric_js_value.js35 const stringBox = new Boxx(STRING_VALUE); constant