Home
last modified time | relevance | path

Searched refs:stack_scope (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/extensions/
Dgc-extension.cc90 EmbedderStackStateScope stack_scope( in InvokeGC() local
/third_party/node/deps/v8/src/torque/
Dimplementation-visitor.cc61 StackScope stack_scope(this); in Visit() local
1347 StackScope stack_scope(this); in Visit() local
1350 try_result = stack_scope.Yield(try_result); in Visit()
1501 StackScope stack_scope(this); in GenerateArrayLength() local
1515 return stack_scope.Yield(converted_length); in GenerateArrayLength()
1522 StackScope stack_scope(this); in GenerateArrayLength() local
1547 return stack_scope.Yield( in GenerateArrayLength()
1556 StackScope stack_scope(this); in GenerateArrayLength() local
1570 return stack_scope.Yield( in GenerateArrayLength()
1622 StackScope stack_scope(this); in Visit() local
[all …]
/third_party/node/deps/v8/src/regexp/
Dregexp-macro-assembler.cc432 RegExpStackScope stack_scope(isolate); in Execute() local
/third_party/node/deps/v8/src/debug/
Ddebug-interface.cc663 i::EmbedderStackStateScope stack_scope( in ForceGarbageCollection() local
/third_party/node/deps/v8/src/api/
Dapi.cc8563 base::Optional<i::EmbedderStackStateScope> stack_scope; in RequestGarbageCollectionForTesting() local
8565 stack_scope.emplace(reinterpret_cast<i::Isolate*>(this)->heap(), in RequestGarbageCollectionForTesting()