Home
last modified time | relevance | path

Searched refs:DeferredCapture (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.h251 class DeferredCapture : public DeferredAction { class in v8::internal::Trace
253 DeferredCapture(int reg, bool is_capture, Trace* trace) in DeferredCapture() function in v8::internal::Trace::DeferredCapture
H A Dregexp-compiler.cc318 *cp_offset = static_cast<DeferredCapture*>(action)->cp_offset(); in GetStoredPosition()
454 Trace::DeferredCapture* pc = in PerformDeferredActions()
455 static_cast<Trace::DeferredCapture*>(action); in PerformDeferredActions()
3357 Trace::DeferredCapture new_capture(data_.u_position_register.reg, in Emit()

Completed in 8 milliseconds