Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_scoped_objects_fix.h331 class ScopedManagedCodeFastNative : public ManagedCodeAccessor {
333 explicit ScopedManagedCodeFastNative(PandaEtsNapiEnv *env) : ManagedCodeAccessor(env) in ScopedManagedCodeFastNative() function
338 ~ScopedManagedCodeFastNative() in ~ScopedManagedCodeFastNative()
343 NO_COPY_SEMANTIC(ScopedManagedCodeFastNative);
344 NO_MOVE_SEMANTIC(ScopedManagedCodeFastNative);