Searched refs:maybe_regexp (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
D | builtins-string-gen.cc | 1151 auto maybe_regexp = Parameter<Object>(Descriptor::kRegexp); in TF_BUILTIN() local 1171 GotoIf(TaggedIsSmi(maybe_regexp), &next); in TF_BUILTIN() 1172 TNode<HeapObject> heap_maybe_regexp = CAST(maybe_regexp); in TF_BUILTIN() 1220 RegExpPrototypeMatchAllImpl(context, native_context, maybe_regexp, s)); in TF_BUILTIN() 1223 Return(Call(context, fn, maybe_regexp, receiver)); in TF_BUILTIN() 1226 context, maybe_regexp, receiver, isolate()->factory()->match_all_symbol(), in TF_BUILTIN() 1237 maybe_regexp, StringConstant("g")); in TF_BUILTIN()
|
/third_party/node/deps/v8/src/web-snapshot/ |
D | web-snapshot.cc | 2252 MaybeHandle<JSRegExp> maybe_regexp = in ReadRegexp() local 2255 if (!maybe_regexp.ToHandle(®exp)) { in ReadRegexp()
|