Home
last modified time | relevance | path

Searched refs:appendAll (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/inspector/
Dstring-16.h133 void appendAll(T first, R... rest) { in appendAll() function
135 appendAll(rest...); in appendAll()
137 void appendAll() {} in appendAll() function
146 builder.appendAll(args...); in concat()
Dwasm-translation.cc158 builder.appendAll("wasm://wasm/", script_name, '/'); in GetFakeScriptUrl()
165 builder.appendAll(thisCategory, '/'); in GetFakeScriptUrl()
167 builder.appendAll(script_name, '-'); in GetFakeScriptUrl()