Lines Matching defs:source
2 // Use of this source code is governed by a BSD-style license that can be
208 JsonParser<Char>::JsonParser(Isolate* isolate, Handle<String> source)
212 original_source_(source) {
214 size_t length = source->length();
216 if (source->IsSlicedString(cage_base)) {
217 SlicedString string = SlicedString::cast(*source);
224 source_ = String::Flatten(isolate, source);
290 // separated source file.
409 Handle<Map> source, int descriptor) {
414 return handle(source->FindFieldOwner(isolate, InternalIndex(descriptor - 1)),