Lines Matching defs:source
2 // Use of this source code is governed by a BSD-style license that can be
355 Object* source = Script::cast(JSValue::cast(object)->value())->name();
356 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(source, isolate)));
379 Object* source = Script::cast(JSValue::cast(object)->value())->source();
380 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(source, isolate)));