Lines Matching refs:Local
46 Local<Value> GetResourceName();
52 Local<Data> HostDefinedOptions();
63 Local<Script> BindToCurrentContext();
66 Local<Value> GetScriptName();
71 Local<Value> GetSourceURL();
75 Local<Value> GetSourceMappingURL();
100 Local<Value> GetSourceURL();
104 Local<Value> GetSourceMappingURL();
128 Local<String> GetSpecifier() const;
150 Local<FixedArray> GetImportAssertions() const;
187 Local<Value> GetException() const;
192 Local<FixedArray> GetModuleRequests() const;
206 Local<Context> context, Local<String> specifier,
207 Local<FixedArray> import_assertions, Local<Module> referrer);
217 Local<Context> context, ResolveModuleCallback callback);
229 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Evaluate(Local<Context> context);
236 Local<Value> GetModuleNamespace();
244 Local<UnboundModuleScript> GetUnboundModuleScript();
279 MaybeLocal<Value> (*)(Local<Context> context, Local<Module> module);
288 static Local<Module> CreateSyntheticModule(
289 Isolate* isolate, Local<String> module_name,
290 const std::vector<Local<String>>& export_names,
301 Isolate* isolate, Local<String> export_name, Local<Value> export_value);
310 std::vector<std::tuple<Local<Module>, Local<Message>>>
329 Local<Context> context, Local<String> source,
337 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Run(Local<Context> context);
338 V8_WARN_UNUSED_RESULT MaybeLocal<Value> Run(Local<Context> context,
339 Local<Data> host_defined_options);
344 Local<UnboundScript> GetUnboundScript();
350 Local<Value> GetResourceName();
410 V8_INLINE Source(Local<String> source_string, const ScriptOrigin& origin,
415 Local<String> source_string, CachedData* cached_data = nullptr,
417 V8_INLINE Source(Local<String> source_string, const ScriptOrigin& origin,
431 Local<String> source_string;
434 Local<Value> resource_name;
438 Local<Value> source_map_url;
439 Local<Data> host_defined_options;
549 void SourceTextAvailable(Isolate* isolate, Local<String> source_text,
635 Local<Context> context, Source* source,
666 Local<Context> context, StreamedSource* source,
667 Local<String> full_source_string, const ScriptOrigin& origin);
709 Local<Context> context, StreamedSource* v8_source,
710 Local<String> full_source_string, const ScriptOrigin& origin);
724 Local<Context> context, Source* source, size_t arguments_count,
725 Local<String> arguments[], size_t context_extension_count,
726 Local<Object> context_extensions[],
729 Local<ScriptOrModule>* script_or_module_out = nullptr);
732 Local<Context> context, Source* source, size_t arguments_count = 0,
733 Local<String> arguments[] = nullptr, size_t context_extension_count = 0,
734 Local<Object> context_extensions[] = nullptr,
743 static CachedData* CreateCodeCache(Local<UnboundScript> unbound_script);
751 Local<UnboundModuleScript> unbound_module_script);
759 static CachedData* CreateCodeCacheForFunction(Local<Function> function);
767 Local<Context> context, Source* source, size_t arguments_count,
768 Local<String> arguments[], size_t context_extension_count,
769 Local<Object> context_extensions[], CompileOptions options,
771 Local<ScriptOrModule>* script_or_module_out);
774 ScriptCompiler::Source::Source(Local<String> string, const ScriptOrigin& origin,
787 ScriptCompiler::Source::Source(Local<String> string, CachedData* data,
793 ScriptCompiler::Source::Source(Local<String> string, const ScriptOrigin& origin,