v8
9.0.257(node16.0.0)
V8 is Google's open source JavaScript engine
|
#include <testing.h>
Public Member Functions | |
OverrideEmbedderStackStateScope (HeapHandle &heap_handle, EmbedderStackState state) | |
~OverrideEmbedderStackStateScope () | |
OverrideEmbedderStackStateScope (const OverrideEmbedderStackStateScope &)=delete | |
OverrideEmbedderStackStateScope & | operator= (const OverrideEmbedderStackStateScope &)=delete |
Overrides the state of the stack with the provided value. Takes precedence over other parameters that set the stack state. Must no be nested.
|
explicit |
Constructs a scoped object that automatically enters and leaves the scope.
heap_handle | The corresponding heap. |
|
delete |
|
delete |