Searched refs:SaveAndSwitchContext (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | sync-streaming-decoder.cc | 48 SaveAndSwitchContext saved_context(isolate_, *context_); in Finish()
|
D | module-compiler.cc | 2369 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/ |
D | builtins-shadow-realms.cc | 148 SaveAndSwitchContext save(isolate, *eval_context); in BUILTIN()
|
D | builtins-function.cc | 38 SaveAndSwitchContext save( in CreateDynamicFunction()
|
/third_party/node/deps/v8/src/execution/ |
D | execution.cc | 199 SaveAndSwitchContext save(isolate, function->context()); in NewScriptContext() 315 SaveAndSwitchContext save(isolate, function->context()); in Invoke()
|
D | isolate.h | 2443 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()
|
D | isolate.cc | 5415 SaveAndSwitchContext::SaveAndSwitchContext(Isolate* isolate, in ThrowInternal() function in v8::internal::SaveAndSwitchContext
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-internal.cc | 307 SaveAndSwitchContext save( in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/d8/ |
D | d8.cc | 4252 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/ |
D | objects.cc | 1459 SaveAndSwitchContext save(isolate, in GetPropertyWithAccessor() 1565 SaveAndSwitchContext save(isolate, in SetPropertyWithAccessor()
|
/third_party/node/deps/v8/src/heap/ |
D | factory.cc | 3042 SaveAndSwitchContext save( in NewJSBoundFunction()
|
/third_party/node/deps/v8/src/init/ |
D | bootstrapper.cc | 5889 SaveAndSwitchContext saved_context(isolate_, *native_context); in InstallExtensions()
|