Home
last modified time | relevance | path

Searched refs:source_url_ (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-wasm.h54 const std::string& source_url() const { return source_url_; } in source_url()
64 const std::string source_url_; variable
/third_party/node/deps/v8/src/parsing/
Dscanner.cc245 value = &source_url_; in TryToParseSourceURLComment()
596 if (source_url_.length() > 0) { in SourceUrl()
597 tmp = source_url_.Internalize(isolate); in SourceUrl()
Dscanner.h738 LiteralBuffer source_url_; variable
/third_party/node/deps/v8/src/wasm/
Dwasm-engine.cc141 source_url_ = {source_url.release(), source_url.get_deleter()}; in WeakScriptHandle()
163 const std::shared_ptr<const char>& source_url() const { return source_url_; } in source_url()
179 std::shared_ptr<const char> source_url_; member in v8::internal::wasm::__anonc19622690111::WeakScriptHandle
/third_party/node/deps/v8/src/api/
Dapi.cc7803 source_url_(source_url, url_length) { in CompiledWasmModule()