MCPcopy Create free account
hub / github.com/nodejs/node / Override

Function Override

deps/v8/test/mjsunit/regexp-capture-3.js:91–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89
90
91function Override() {
92 // Set the internal lastMatchInfoOverride. After calling this we do a normal
93 // match and verify the override was cleared and that we record the new
94 // captures.
95 "abcdabcd".replace(/(b)(c)/g, function() { });
96}
97
98
99function TestOverride(input, expect, property, re_src) {

Callers 1

OverrideCaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected