Home
last modified time | relevance | path

Searched refs:ENABLE_SNAPSHOT_SERIALIZE (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/snapshotserializebuiltins_fuzzer/
Dsnapshotserializebuiltins_fuzzer.cpp33 option1.SetArkProperties(ArkProperties::ENABLE_SNAPSHOT_SERIALIZE); in SnapshotSerializeBuiltinsFuzzTest()
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h39 ENABLE_SNAPSHOT_SERIALIZE = 1 << 7, enumerator
475 … return (static_cast<uint32_t>(arkProperties_) & ArkProperties::ENABLE_SNAPSHOT_SERIALIZE) != 0; in EnableSnapshotSerialize()
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp247 options1.SetArkProperties(ArkProperties::ENABLE_SNAPSHOT_SERIALIZE); in HWTEST_F_L0()