Home
last modified time | relevance | path

Searched refs:ResourceName (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/include/v8-include/
H A Dv8-message.h85 V8_INLINE Local<Value> ResourceName() const;
198 Local<Value> ScriptOrigin::ResourceName() const { return resource_name_; } in ResourceName() function in v8::ScriptOrigin
H A Dv8-script.h43 * The name that was passed by the embedder as ResourceName to the
347 * The name that was passed by the embedder as ResourceName to the
778 resource_name(origin.ResourceName()), in Source()
797 resource_name(origin.ResourceName()), in Source()
/third_party/node/deps/v8/include/
H A Dv8-message.h85 V8_INLINE Local<Value> ResourceName() const;
200 Local<Value> ScriptOrigin::ResourceName() const { return resource_name_; } in ResourceName() function in v8::ScriptOrigin
H A Dv8-script.h41 * The name that was passed by the embedder as ResourceName to the
322 * The name that was passed by the embedder as ResourceName to the
706 resource_name(origin.ResourceName()), in Source()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp181 SmallString<16> ResourceName = StringRef(Path); in getDarwinDWARFResourceForPath() local
183 ResourceName += ".dSYM"; in getDarwinDWARFResourceForPath()
185 sys::path::append(ResourceName, "Contents", "Resources", "DWARF"); in getDarwinDWARFResourceForPath()
186 sys::path::append(ResourceName, Basename); in getDarwinDWARFResourceForPath()
187 return ResourceName.str(); in getDarwinDWARFResourceForPath()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDiagnosticInfo.h182 const char *ResourceName; member in llvm::DiagnosticInfoResourceLimit
193 DiagnosticInfoResourceLimit(const Function &Fn, const char *ResourceName, in DiagnosticInfoResourceLimit() argument
198 : DiagnosticInfo(Kind, Severity), Fn(Fn), ResourceName(ResourceName), in DiagnosticInfoResourceLimit()
202 const char *getResourceName() const { return ResourceName; } in getResourceName()
/third_party/node/src/
H A Dnode_errors.cc938 Utf8Value filename(isolate, message->GetScriptOrigin().ResourceName()); in PerIsolateMessageListener()
/third_party/node/deps/v8/src/d8/
H A Dd8.cc2774 message->GetScriptOrigin().ResourceName()); in ReportException()
3217 message->GetScriptOrigin().ResourceName()); in PrintMessageCallback()
/third_party/node/deps/v8/src/api/
H A Dapi.cc2738 GetScriptDetails(isolate, origin.ResourceName(), origin.LineOffset(), in CompileStreamedSource()
3011 return GetScriptOrigin().ResourceName(); in GetScriptResourceName()

Completed in 47 milliseconds