Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dsync-streaming-decoder.cc48 SaveAndSwitchContext saved_context(isolate_, *context_);
H A 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/
H A Dbuiltins-shadow-realms.cc148 SaveAndSwitchContext save(isolate, *eval_context); in BUILTIN()
H A Dbuiltins-function.cc38 SaveAndSwitchContext save( in CreateDynamicFunction()
/third_party/node/deps/v8/src/execution/
H A Dexecution.cc199 SaveAndSwitchContext save(isolate, function->context()); in NewScriptContext()
315 SaveAndSwitchContext save(isolate, function->context()); in Invoke()
H A Disolate.h2443 class V8_EXPORT_PRIVATE SaveAndSwitchContext : public SaveContext { class
2445 SaveAndSwitchContext(Isolate* isolate, Context new_context);
2450 class V8_NODISCARD NullContextScope : public SaveAndSwitchContext {
2453 : SaveAndSwitchContext(isolate, Context()) {} in NullContextScope()
H A Disolate.cc5438 SaveAndSwitchContext::SaveAndSwitchContext(Isolate* isolate, in ThrowInternal() function in v8::internal::SaveAndSwitchContext
/third_party/node/deps/v8/src/runtime/
H A Druntime-internal.cc307 SaveAndSwitchContext save( in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/d8/
H A 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/
H A Dobjects.cc1459 SaveAndSwitchContext save(isolate, in GetPropertyWithAccessor()
1565 SaveAndSwitchContext save(isolate, in SetPropertyWithAccessor()
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc3042 SaveAndSwitchContext save( in NewJSBoundFunction()
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc5890 SaveAndSwitchContext saved_context(isolate_, *native_context); in InstallExtensions()

Completed in 61 milliseconds