Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/dot_operator/sts_to_js/
Ddot_operator.test.js19 const jsString = 'Test'; constant
25 jsString, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/callable_signature/sts_to_js/
Dcallable_signature.test.js20 const jsString = 'Test'; constant
30 jsString, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_call_params/sts_to_ts/
Dgeneric_call_params.test.js19 const jsString = 'string'; constant
38 jsString, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_as_parameter/sts_to_ts/
Dgeneric_as_parameter.test.js19 const jsString = 'string'; constant
38 jsString, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/ark_js_napi_tests/
Dsample_function.cpp30 napi_value jsString; in GetSampleString() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_static/sts_to_js/
Dgeneric_static.test.js18 const jsString = 'string'; constant
45 jsString, property
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1427JSHandle<JSTaggedValue> jsString, JSHandle<JSTaggedValue> limit, in RegExpSplit()
1644 JSHandle<JSTaggedValue> jsString = JSHandle<JSTaggedValue>::Cast(stringHandle); in Split() local
1654JSHandle<JSTaggedValue> jsString, uint32_t limit, bool useCache) in RegExpSplitFast()