Home
last modified time | relevance | path

Searched refs:NullContextScope (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/execution/
Disolate.h2450 class V8_NODISCARD NullContextScope : public SaveAndSwitchContext {
2452 explicit NullContextScope(Isolate* isolate) in NullContextScope() function
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc1883 NullContextScope null_context_scope(isolate); in CollectSourcePositions()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc1184 using Type = NullContextScope;