Lines Matching defs:source
2 // Use of this source code is governed by a BSD-style license that can be
1324 Node* const source =
1326 var_pattern.Bind(source);
1453 // ES #sec-get-regexp.prototype.source
1495 "RegExp.prototype.source");
2020 TNode<Object> source =
2025 var_matcher = RegExpCreate(context, native_context, source, flags);