Home | History | Annotate | Download | only in builtins

Lines Matching defs:source

2 // Use of this source code is governed by a BSD-style license that can be
113 pattern = handle(regexp_pattern->source(), isolate);
740 "RegExp.prototype.source")));
744 return regexp->source();
759 Handle<Object> source;
761 isolate, source,
765 Object::ToString(isolate, source));