Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dsync-streaming-decoder.cc48 SaveAndSwitchContext saved_context(isolate_, *context_); in Finish()
Dmodule-compiler.cc2369 SaveAndSwitchContext saved_context(job->isolate_, *job->native_context_); in Run()
2961 SaveAndSwitchContext saved_context(job_->isolate_, *job_->native_context_); in OnFinishedStream()
3018 SaveAndSwitchContext saved_context(job_->isolate_, *job_->native_context_); in Deserialize()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-shadow-realms.cc148 SaveAndSwitchContext save(isolate, *eval_context); in BUILTIN()
Dbuiltins-function.cc38 SaveAndSwitchContext save( in CreateDynamicFunction()
/third_party/node/deps/v8/src/execution/
Dexecution.cc199 SaveAndSwitchContext save(isolate, function->context()); in NewScriptContext()
315 SaveAndSwitchContext save(isolate, function->context()); in Invoke()
Disolate.h2443 class V8_EXPORT_PRIVATE SaveAndSwitchContext : public SaveContext {
2445 SaveAndSwitchContext(Isolate* isolate, Context new_context);
2450 class V8_NODISCARD NullContextScope : public SaveAndSwitchContext {
2453 : SaveAndSwitchContext(isolate, Context()) {} in NullContextScope()
Disolate.cc5415 SaveAndSwitchContext::SaveAndSwitchContext(Isolate* isolate, in ThrowInternal() function in v8::internal::SaveAndSwitchContext
/third_party/node/deps/v8/src/runtime/
Druntime-internal.cc307 SaveAndSwitchContext save( in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/d8/
Dd8.cc4252 i::SaveAndSwitchContext saved_context(i_isolate, i::Context()); in ProcessMessages()
4833 i::SaveAndSwitchContext saved_context(i_isolate, i::Context()); in ProcessMessages()
/third_party/node/deps/v8/src/objects/
Dobjects.cc1459 SaveAndSwitchContext save(isolate, in GetPropertyWithAccessor()
1565 SaveAndSwitchContext save(isolate, in SetPropertyWithAccessor()
/third_party/node/deps/v8/src/heap/
Dfactory.cc3042 SaveAndSwitchContext save( in NewJSBoundFunction()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc5889 SaveAndSwitchContext saved_context(isolate_, *native_context); in InstallExtensions()