Lines Matching refs:String16

23 String16 calculateHash(const String16& str) {  in calculateHash()
85 const String16& scriptId, in TranslateProtocolLocationToV8Location()
86 const String16& expectedV8ScriptId) { in TranslateProtocolLocationToV8Location()
90 String16 translatedScriptId = scriptId; in TranslateProtocolLocationToV8Location()
99 const String16& scriptId, const String16& expectedProtocolScriptId) { in TranslateV8LocationToProtocolLocation()
102 String16 translatedScriptId = scriptId; in TranslateV8LocationToProtocolLocation()
115 : V8DebuggerScript(isolate, String16::fromInteger(script->Id()), in ActualScript()
124 const String16& source() const override { return m_source; } in source()
131 const String16& sourceMappingURL() const override { in sourceMappingURL()
135 void setSourceMappingURL(const String16& sourceMappingURL) override { in setSourceMappingURL()
139 void setSource(const String16& newSource, bool preview, in setSource()
149 m_hash = String16(); in setSource()
208 bool setBreakpoint(const String16& condition, v8::debug::Location* location, in setBreakpoint()
215 const String16& hash() const override { in hash()
222 String16 GetScriptURL(v8::Isolate* isolate, in GetScriptURL()
230 String16 name = toProtocolString(isolate, v8Name); in GetScriptURL()
235 return String16(); in GetScriptURL()
277 String16 m_sourceMappingURL;
280 String16 m_source;
281 mutable String16 m_hash;
294 v8::Local<v8::debug::WasmScript> script, String16 id, in WasmVirtualScript()
295 String16 url, int functionIndex) in WasmVirtualScript()
304 const String16& sourceMappingURL() const override { return emptyString(); } in sourceMappingURL()
307 void setSourceMappingURL(const String16&) override {} in setSourceMappingURL() argument
308 void setSource(const String16&, bool, v8::debug::LiveEditResult*) override { in setSource() argument
312 const String16& source() const override { in source()
334 String16 v8ScriptId = String16::fromInteger(script->Id()); in getPossibleBreakpoints()
369 bool setBreakpoint(const String16& condition, v8::debug::Location* location, in setBreakpoint()
373 String16 v8ScriptId = String16::fromInteger(script->Id()); in setBreakpoint()
385 const String16& hash() const override { in hash()
393 static const String16& emptyString() { in emptyString()
394 static const String16 singleEmptyString; in emptyString()
405 mutable String16 m_hash;
419 v8::Local<v8::debug::WasmScript> underlyingScript, String16 id, in CreateWasm()
420 String16 url, int functionIndex) { in CreateWasm()
426 V8DebuggerScript::V8DebuggerScript(v8::Isolate* isolate, String16 id, in V8DebuggerScript()
427 String16 url) in V8DebuggerScript()
432 void V8DebuggerScript::setSourceURL(const String16& sourceURL) { in setSourceURL()
439 bool V8DebuggerScript::setBreakpoint(const String16& condition, in setBreakpoint()