Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/snapshotserializebuiltins_fuzzer/
Dsnapshotserializebuiltins_fuzzer.cpp43 option2.SetArkProperties(ArkProperties::ENABLE_SNAPSHOT_DESERIALIZE); in SnapshotSerializeBuiltinsFuzzTest()
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h40 ENABLE_SNAPSHOT_DESERIALIZE = 1 << 8, enumerator
428 … return (static_cast<uint32_t>(arkProperties_) & ArkProperties::ENABLE_SNAPSHOT_DESERIALIZE) != 0; in EnableSnapshotDeserialize()
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp253 options2.SetArkProperties(ArkProperties::ENABLE_SNAPSHOT_DESERIALIZE); in HWTEST_F_L0()