Lines Matching defs:const
65 int GetId() const;
89 static const int kNoScriptId = 0;
128 Local<String> GetSpecifier() const;
134 int GetSourceOffset() const;
150 Local<FixedArray> GetImportAssertions() const;
182 Status GetStatus() const;
187 Local<Value> GetException() const;
192 Local<FixedArray> GetModuleRequests() const;
198 Location SourceOffsetToLocation(int offset) const;
203 int GetIdentityHash() const;
251 int ScriptId() const;
259 bool IsGraphAsync() const;
264 bool IsSourceTextModule() const;
269 bool IsSyntheticModule() const;
290 const std::vector<Local<String>>& export_names,
356 std::vector<int> GetProducedCompileHints() const;
388 CachedData(const uint8_t* data, int length,
393 const uint8_t* data;
399 CachedData(const CachedData&) = delete;
400 CachedData& operator=(const CachedData&) = delete;
410 V8_INLINE Source(Local<String> source_string, const ScriptOrigin& origin,
417 V8_INLINE Source(Local<String> source_string, const ScriptOrigin& origin,
424 V8_INLINE const CachedData* GetCachedData() const;
426 V8_INLINE const ScriptOriginOptions& GetResourceOptions() const;
481 virtual size_t GetMoreData(const uint8_t** src) = 0;
498 internal::ScriptStreamingData* impl() const { return impl_.get(); }
501 StreamedSource(const StreamedSource&) = delete;
502 StreamedSource& operator=(const StreamedSource&) = delete;
550 const ScriptOrigin& origin);
557 bool ShouldMergeWithExistingScript() const;
667 Local<String> full_source_string, const ScriptOrigin& origin);
710 Local<String> full_source_string, const ScriptOrigin& origin);
774 ScriptCompiler::Source::Source(Local<String> string, const ScriptOrigin& origin,
793 ScriptCompiler::Source::Source(Local<String> string, const ScriptOrigin& origin,
806 const ScriptCompiler::CachedData* ScriptCompiler::Source::GetCachedData()
807 const {
811 const ScriptOriginOptions& ScriptCompiler::Source::GetResourceOptions() const {