Home
last modified time | relevance | path

Searched defs:etsVm (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/xgc/
Dremark_cycle_test.js17 function empty(etsVm) { argument
21 function createRefs(etsVm) { argument
Dsweep_js2sts_test.js17 function js2sts(etsVm) { argument
Dmark_cycle_test.js17 function cycle(etsVm) { argument
Dmark_sts2js_test.js17 function sts2js(etsVm) { argument
Dsweep_sts2js_test.js17 function sts2js(etsVm) { argument
Dmark_cycle2_test.js17 function cycle(etsVm) { argument
Dsweep_cycle_test.js17 function cycle(etsVm) { argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/xgc/ea_coro/
Droot_from_ea_test.js42 function createWeakRefToJs(etsVm) { argument
49 function test(etsVm, testModule) { argument
Dea_cycle_test.js56 function createCycleAndCheckLiveCycle(etsVm, getSharedObject, setRefToSharedObject) { argument
73 function test(etsVm, testModule) { argument
Dea_test_runner.js44 exports.runXGC = function (etsVm) { argument
49 exports.runEtsFullGC = function (etsVm) { argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/
Dscenarios.test.js16 const etsVm = globalThis.gtest.etsVm; constant
38 etsVm, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/
Descompat.test.js16 const etsVm = globalThis.gtest.etsVm; constant
38 etsVm, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/standalone_function/ets_to_js/
Dscenarios.test.js16 const etsVm = require('lib/module/ets_interop_js_napi'); constant
38 etsVm, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/objects_passing/
Dobjects_passing_sts.test.js16 const etsVm = globalThis.gtest.etsVm; constant
38 etsVm, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/indirect_call/
Dindirect_call.test.js16 const etsVm = globalThis.gtest.etsVm; constant
38 etsVm, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/operator_new/
Doperator_new.test.js16 const etsVm = globalThis.gtest.etsVm; constant
32 etsVm, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_class_methods_returning_values/ets_to_js/
Dtest_class_methods.js16 const etsVm = globalThis.gtest.etsVm; constant
38 etsVm, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/promise/
Dreturn_pending_promise_to_js_test.js40 function callEts(etsVm) { argument
69 function queueTasks(etsVm) { argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/rest_spread_parameter_undefined/ets_to_ts/
Dtest_rest_spread_undefined.ts16 const etsVm = globalThis.gtest.etsVm; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/enum/ets_to_ts/
Dtest_js_use_ets_enum.ts16 let etsVm = globalThis.gtest.etsVm; variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/standalone_function/ets_to_js/js_suites/
Dtest_function_ret_type_long_call.js15 const { etsVm, getTestModule } = require('scenarios.test.js'); constant
Dtest_function_ret_type_string_call.js15 const { etsVm, getTestModule } = require('scenarios.test.js'); constant
Dtest_function_opt_default_arg_type_unknown_call.js15 const { etsVm, getTestModule } = require('scenarios.test.js'); constant
Dtest_function_ret_type_long_lit_call.js15 const { etsVm, getTestModule } = require('scenarios.test.js'); constant
Dtest_function_opt_arg_type_union_call.js15 const { etsVm, getTestModule } = require('scenarios.test.js'); constant

12345678910>>...16