Home
last modified time | relevance | path

Searched defs:regexp_stack (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/regexp/
Dregexp-stack.cc49 void RegExpStack::ThreadLocal::ResetToStaticStack(RegExpStack* regexp_stack) { in ResetToStaticStack()
Dregexp-macro-assembler.cc510 RegExpStack* regexp_stack = isolate->regexp_stack(); in GrowStack() local
/third_party/node/deps/v8/src/execution/
Disolate.h1294 RegExpStack* regexp_stack() const { return regexp_stack_; } in regexp_stack() function