Lines Matching refs:script
144 * Defines location inside script.
165 * Native wrapper around v8::internal::Script object.
167 class Script {
186 * script parameter is a wrapper v8::internal::JSObject for
187 * v8::internal::Script.
188 * This function gets v8::internal::Script from v8::internal::JSObject and
189 * wraps it with DebugInterface::Script.
191 * v8::internal::Script.
193 static MaybeLocal<Script> Wrap(Isolate* isolate,
194 v8::Local<v8::Object> script);
204 PersistentValueVector<Script>& scripts);