Home
last modified time | relevance | path

Searched refs:SealHandleScope (Results 1 - 25 of 36) sorted by relevance

12

/third_party/node/deps/v8/src/runtime/
H A Druntime-test.cc180 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
204 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
210 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
217 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
895 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
966 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
1046 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
1055 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
1073 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
1092 SealHandleScope sh in RUNTIME_FUNCTION()
[all...]
H A Druntime-function.cc59 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
69 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
93 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
H A Druntime-bigint.cc15 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
26 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
51 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
60 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
79 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
H A Druntime-proxy.cc19 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
26 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
33 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
H A Druntime-operators.cc44 SealHandleScope scope(isolate); in RUNTIME_FUNCTION()
52 SealHandleScope scope(isolate); in RUNTIME_FUNCTION()
60 SealHandleScope scope(isolate); in RUNTIME_FUNCTION()
H A Druntime-trace.cc123 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
173 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
206 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
H A Druntime-numbers.cc72 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
79 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
H A Druntime-debug.cc48 SealHandleScope shs(isolate); in RUNTIME_FUNCTION_RETURN_PAIR()
137 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
148 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
529 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
543 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
727 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
802 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
810 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
H A Druntime-test-wasm.cc234 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
258 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
268 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
375 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
H A Druntime-internal.cc86 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
187 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
193 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
331 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
345 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
H A Druntime-symbol.cc61 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
H A Druntime-collections.cc18 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
H A Druntime-wasm.cc156 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
200 SealHandleScope shs(isolate); in RUNTIME_FUNCTION()
/third_party/node/test/cctest/
H A Dtest_report.cc14 using v8::SealHandleScope;
29 SealHandleScope handle_scope(isolate_); in TEST_F()
45 SealHandleScope handle_scope(isolate_); in TEST_F()
/third_party/node/deps/v8/src/handles/
H A Dhandles.h342 class V8_NODISCARD SealHandleScope final {
345 explicit SealHandleScope(Isolate* isolate) {} in SealHandleScope() function in v8::internal::final
346 ~SealHandleScope() = default;
348 explicit inline SealHandleScope(Isolate* isolate);
349 inline ~SealHandleScope();
H A Dhandles-inl.h190 inline SealHandleScope::SealHandleScope(Isolate* isolate) : isolate_(isolate) { in SealHandleScope() function in v8::internal::SealHandleScope
202 inline SealHandleScope::~SealHandleScope() { in ~SealHandleScope()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-local-handle.h500 * A SealHandleScope acts like a handle scope in which no handle allocations
504 class V8_EXPORT V8_NODISCARD SealHandleScope { class
506 explicit SealHandleScope(Isolate* isolate);
507 ~SealHandleScope();
509 SealHandleScope(const SealHandleScope&) = delete;
510 void operator=(const SealHandleScope&) = delete;
/third_party/node/deps/v8/include/
H A Dv8-local-handle.h428 * A SealHandleScope acts like a handle scope in which no handle allocations
432 class V8_EXPORT V8_NODISCARD SealHandleScope { class
434 explicit SealHandleScope(Isolate* isolate);
435 ~SealHandleScope();
437 SealHandleScope(const SealHandleScope&) = delete;
438 void operator=(const SealHandleScope&) = delete;
/third_party/node/src/api/
H A Dembed_helpers.cc14 using v8::SealHandleScope;
27 SealHandleScope seal(isolate); in SpinEventLoop()
H A Denvironment.cc40 using v8::SealHandleScope;
443 SealHandleScope seal_handle_scope(isolate); in FreeEnvironment()
/third_party/node/test/addons/async-hello-world/
H A Dbinding.cc50 v8::SealHandleScope seal_handle_scope(isolate); in AfterAsync()
/third_party/node/deps/v8/src/numbers/
H A Dconversions-inl.h246 // Do not create handles in this function! Don't use SealHandleScope because in DoubleToUint32IfEqualToSelf()
/third_party/node/src/inspector/
H A Dmain_thread_interface.cc249 v8::SealHandleScope seal_handle_scope(agent_->env()->isolate()); in DispatchMessages()
/third_party/node/deps/v8/src/execution/
H A Dexecution.cc405 SealHandleScope shs(isolate); in Invoke()
623 SealHandleScope shs(isolate); in CallWasm()
/third_party/node/src/
H A Dnode_internals.h258 v8::SealHandleScope actual_scope_;

Completed in 17 milliseconds

12