Home
last modified time | relevance | path

Searched defs:SnapshotEnv (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_env.h29 explicit SnapshotEnv(EcmaVM *vm) : vm_(vm) {} in SnapshotEnv() function
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h75 class SnapshotEnv; variable