Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_proxy/
Dets_proxy.test.js16 const etsVm = require('lib/module/ets_interop_js_napi'); constant
26 etsVm, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/
Descompat.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/scenarios/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/scenarios/ets_to_js/indirect_call/
Dindirect_call.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/test_class_methods_returning_values/ets_to_js/
Dtest_class_methods.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/static_enum/
Dstatic_enum_test.js45 function testFunction(etsVm) { argument
52 function testValues(etsVm) { argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/promise/
Dreturn_pending_promise_to_js_test.js26 function callEts(etsVm) { argument
54 function queueTasks(etsVm) { argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_function_proxy/
Dets_function_proxy.test.js16 const etsVm = require('lib/module/ets_interop_js_napi'); constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/mem/proxy_reference_storage_2/
Dtest_proxy_reference_storage_2.js16 let etsVm = require(process.env.MODULE_PATH + '/ets_interop_js_napi.node'); variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/js_extend_ets/
Djs_extend_ets.js16 const etsVm = require('lib/module/ets_interop_js_napi'); constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_types/
Dgeneric_types.test.js16 const etsVm = require('lib/module/ets_interop_js_napi'); constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/
Dets_vm_init_prealloc_test.cpp69 auto etsVm = coroutine->GetPandaVM(); in TEST_F() local
Dets_vm_test.cpp165 PandaEtsVM *etsVm = PandaEtsVM::GetCurrent(); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_napi_env.cpp26 auto etsVm = coroutine->GetVM(); in Create() local
Dets_entrypoints.cpp51 PandaEtsVM *etsVm = currentCoro->GetPandaVM(); in Launch() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_extension/
Dindex.ts19 const etsVm = require('lib/module/ets_interop_js_napi'); constant
Dindex.js30 const etsVm = require('lib/module/ets_interop_js_napi'); constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_intrins/
Dtest_intrins.js17 let etsVm = gtest.etsVm; variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic/ets_to_ts/
Dgeneric.test.js16 const etsVm = require('lib/module/ets_interop_js_napi'); constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/setter/ets_to_ts/
Dsetter.test.js16 const etsVm = require('lib/module/ets_interop_js_napi'); constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interface/ets_to_ts/
Dinterface_method.test.js16 const etsVm = require('lib/module/ets_interop_js_napi'); constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/getter/ets_to_ts/
Dgetter.test.js16 const etsVm = require('lib/module/ets_interop_js_napi'); constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_to_string_cache_test.cpp87 auto etsVm = mainCoro_->GetPandaVM(); in TestMainLoop() local
290 auto etsVm = coro->GetPandaVM(); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_context.h118 static InteropCtx *Current(PandaEtsVM *etsVm) in Current()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/
Dinterpreter-inl.h559 PandaEtsVM *etsVm = coroutine->GetPandaVM(); in HandleLaunch() local

12