| /arkcompiler/runtime_core/static_core/plugins/ets/tests/benchmarks/interop_js/shared/js/ |
| D | libValues.js | 35 export let jsArray = [1, 2, 3, 4, 5]; variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/shared_reference/ets_to_ts/ |
| D | test_ts_shared_reference.ts | 29 export let jsArray = ['foo', 1, true]; variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | interop_common.cpp | 69 SmallVector<uint64_t, 4U> jsArray; in ConvertBigIntArrayFromEtsToJs() local 101 std::vector<EtsInt> ConvertBigIntArrayFromJsToEts(SmallVector<uint64_t, 4U> &jsArray) in ConvertBigIntArrayFromJsToEts()
|
| D | js_convert.h | 199 SmallVector<uint64_t, 4U> jsArray; in JSCONVERT_WRAP() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisjs_fuzzer/ |
| D | jsvaluerefisjs_fuzzer.cpp | 44 Local<JSValueRef> jsArray = JSNApiHelper::ToLocal<JSTypedArray>(jsArrayTag); in JSValueRefIsJSArrayFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/ |
| D | ets_interop_js_gtest.cpp | 55 napi_value jsArray = jsArgv.front(); in Main() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_esvalue/ |
| D | esvalue_def_test.js | 36 export let jsArray = ['foo', 1, true]; variable
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_collator_test.cpp | 177 JSArray *jsArray = in HWTEST_F_L0() local 215 JSArray *jsArray = in HWTEST_F_L0() local 256 JSArray *jsArray = in HWTEST_F_L0() local
|
| D | builtins_array_test.cpp | 69 JSArray *jsArray = JSArray::Cast(GetThis(argv)->GetTaggedObject()); in TestForEachFunc() local 453 JSHandle<JSArray> jsArray = factory->NewJSArray(); in HWTEST_F_L0() local 484 JSHandle<JSArray> jsArray(JSArray::ArrayCreate(thread, JSTaggedNumber(0))); in HWTEST_F_L0() local 720 JSHandle<JSArray> jsArray(JSArray::ArrayCreate(thread, JSTaggedNumber(0))); in HWTEST_F_L0() local 751 JSHandle<JSArray> jsArray(JSArray::ArrayCreate(thread, JSTaggedNumber(0))); in HWTEST_F_L0() local 782 JSHandle<JSArray> jsArray(JSArray::ArrayCreate(thread, JSTaggedNumber(0))); in HWTEST_F_L0() local 1172 JSHandle<JSArray> jsArray(JSArray::ArrayCreate(thread, JSTaggedNumber(0))); in HWTEST_F_L0() local 1423 JSHandle<JSArray> jsArray(JSArray::ArrayCreate(thread, JSTaggedNumber(0))); in HWTEST_F_L0() local 1621 JSHandle<JSArray> jsArray(JSArray::ArrayCreate(thread, JSTaggedNumber(0))); in HWTEST_F_L0() local 1654 JSHandle<JSArray> jsArray(JSArray::ArrayCreate(thread, JSTaggedNumber(0))); in HWTEST_F_L0() local
|
| D | builtins_set_test.cpp | 50 JSArray *jsArray = JSArray::Cast(GetThis(argv)->GetTaggedObject()); in TestFunc() local 207 JSHandle<JSArray> jsArray(JSArray::ArrayCreate(thread, JSTaggedNumber(0))); in HWTEST_F_L0() local
|
| D | builtins_map_test.cpp | 50 JSArray *jsArray = JSArray::Cast(GetThis(argv)->GetTaggedObject()); in TestFunc() local 204 JSHandle<JSArray> jsArray(JSArray::ArrayCreate(thread, JSTaggedNumber(0))); in HWTEST_F_L0() local
|
| D | builtins_shared_map_test.cpp | 42 JSArray *jsArray = JSArray::Cast(GetThis(argv)->GetTaggedObject()); in TestFunc() local 280 JSHandle<JSArray> jsArray(JSArray::ArrayCreate(thread, JSTaggedNumber(0))); in HWTEST_F_L0() local
|
| D | builtins_shared_set_test.cpp | 50 JSArray *jsArray = JSArray::Cast(GetThis(argv)->GetTaggedObject()); in TestFunc() local 247 JSHandle<JSArray> jsArray(JSArray::ArrayCreate(thread, JSTaggedNumber(0))); in HWTEST_F_L0() local
|
| D | builtins_json_test.cpp | 484 JSHandle<JSTaggedValue> jsArray(JSArray::CreateArrayFromList(thread, array)); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_esvalue2/ |
| D | esvalue_def_test.js | 40 export let jsArray = ['foo', 1, true]; variable
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_shared_array_test.cpp | 267 JSHandle<JSSharedArray> jsArray = factory->NewJSSArray(); in HWTEST_F_L0() local
|
| D | js_api_lightweightset_test.cpp | 96 JSHandle<JSTaggedValue> jsArray = JSArray::ArrayCreate(thread, JSTaggedNumber(0)); in HWTEST_F_L0() local
|
| D | dump_test.cpp | 908 JSHandle<JSArray> jsArray = factory->NewJSArray(); in HWTEST_F_L0() local 914 JSHandle<JSSharedArray> jsArray = factory->NewJSSArray(); in HWTEST_F_L0() local
|
| D | js_locale_test.cpp | 142 JSHandle<JSArray> jsArray = factory->NewJSArray(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 29 JSHandle<JSTaggedValue> jsArray(thread, array); in CallSpread() local 477 JSHandle<JSTaggedValue> jsArray(thread, array); in NewObjApply() local 1003 JSHandle<JSTaggedValue> jsArray(thread, array); in SuperCallSpread() local 1094 JSHandle<JSTaggedValue> jsArray(thread, array); in GetCallSpreadArgs() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_second_tests.cpp | 713 Local<JSValueRef> jsArray = JSNApiHelper::ToLocal<JSTypedArray>(jsArrayTag); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 3012 JSHandle<JSTaggedValue> jsArray(JSArray::CreateArrayFromList(thread, array)); in GetOwnPropertyNames() local 3026 JSHandle<JSTaggedValue> jsArray(JSArray::CreateArrayFromList(thread, array)); in GetAllPropertyNames() local 3038 JSHandle<JSTaggedValue> jsArray(JSArray::CreateArrayFromList(thread, array)); in GetOwnEnumerablePropertyNames() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 2774 …ue RuntimeStubs::RuntimeGetCallSpreadArgs(JSThread *thread, const JSHandle<JSTaggedValue> &jsArray) in RuntimeGetCallSpreadArgs()
|
| D | runtime_stubs.cpp | 1135 …JSHandle<JSTaggedValue> jsArray = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS() local
|