Home
last modified time | relevance | path

Searched refs:options2 (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Decma_vm_test.cpp43 JSRuntimeOptions options2; in HWTEST_F_L0()
44 options2.SetEnableArkTools(false); in HWTEST_F_L0()
45 options2.SetEnableForceGC(false); in HWTEST_F_L0()
46 options2.SetForceFullGC(false); in HWTEST_F_L0()
47 options2.SetArkProperties(ArkProperties::GC_STATS_PRINT); in HWTEST_F_L0()
48 options2.SetMemConfigProperty("jsHeap500"); in HWTEST_F_L0()
51 EcmaVM *ecmaVm2 = JSNApi::CreateEcmaVM(options2); in HWTEST_F_L0()
68 options2.SetAsmOpcodeDisableRange("1,10"); in HWTEST_F_L0()
69 options2.ParseAsmInterOption(); in HWTEST_F_L0()
70 EXPECT_TRUE(options2 in HWTEST_F_L0()
[all...]
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
H A Dsnapshot_test.cpp267 JSRuntimeOptions options2; in HWTEST_F_L0()
268 options2.SetArkProperties(ArkProperties::ENABLE_SNAPSHOT_DESERIALIZE); in HWTEST_F_L0()
269 EcmaVM *ecmaVm2 = JSNApi::CreateEcmaVM(options2); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dason_test.cpp338 ParseOptions options2; in HWTEST_F_L0() local
339 options2.bigIntMode = BigIntMode::PARSE_AS_BIGINT; in HWTEST_F_L0()
340 Utf8JsonParser parser2(thread, TransformType::SENDABLE, options2); in HWTEST_F_L0()

Completed in 3 milliseconds