Home
last modified time | relevance | path

Searched refs:CompileOptions (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-script.h508 enum CompileOptions { enum
551 CompileOptions options = kNoCompileOptions,
567 CompileOptions options = kNoCompileOptions,
628 CompileOptions options = kNoCompileOptions,
656 CompileOptions options = kNoCompileOptions,
663 CompileOptions options = kNoCompileOptions,
691 Isolate* isolate, Source* source, CompileOptions options,
697 Local<Object> context_extensions[], CompileOptions options,
/third_party/node/deps/v8/src/codegen/
Dcompiler.h161 v8::ScriptCompiler::CompileOptions compile_options,
185 ScriptCompiler::CompileOptions compile_options,
194 ScriptCompiler::CompileOptions compile_options,
204 ScriptCompiler::CompileOptions compile_options,
217 ScriptCompiler::CompileOptions compile_options,
Dcompiler.cc2878 ScriptCompiler::CompileOptions compile_options, in Compile()
2968 ScriptCompiler::CompileOptions compile_options, in Compile()
3108 ScriptCompiler::CompileOptions compile_options, in Compile()
3119 ScriptCompiler::CompileOptions compile_options, NativesFlag natives) { in Compile()
3129 ScriptCompiler::CompileOptions compile_options, in Compile()
3141 ScriptCompiler::CompileOptions compile_options, in Compile()
3153 v8::ScriptCompiler::CompileOptions compile_options, in Compile()
/third_party/node/src/
Dnode_contextify.h186 v8::ScriptCompiler::CompileOptions compile_options,
Dnode_contextify.cc854 ScriptCompiler::CompileOptions compile_options = in New()
917 ScriptCompiler::CompileOptions compile_options, in StoreCodeCacheResult()
1228 ScriptCompiler::CompileOptions options; in CompileFunction()
Dnode_builtins.cc292 ScriptCompiler::CompileOptions options = in LookupAndCompileInternal()
Dmodule_wrap.cc198 ScriptCompiler::CompileOptions options; in New()
/third_party/vk-gl-cts/external/amber/src/src/
Dshader_compiler.cc218 shaderc::CompileOptions options; in CompileGlsl()
/third_party/node/deps/v8/src/d8/
Dd8.h435 DisallowReassignment<v8::ScriptCompiler::CompileOptions, true>
Dd8.cc604 ScriptCompiler::CompileOptions options) {} in Compile()
608 ScriptCompiler::CompileOptions options) { in Compile()
615 ScriptCompiler::CompileOptions options) { in Compile()
/third_party/node/deps/v8/src/parsing/
Dparser.h1091 ScriptCompiler::CompileOptions compile_options_;
/third_party/node/deps/v8/src/api/
Dapi.cc2489 Isolate* v8_isolate, Source* source, CompileOptions options, in CompileUnboundInternal()
2543 Isolate* v8_isolate, Source* source, CompileOptions options, in CompileUnboundScript()
2554 CompileOptions options, in Compile()
2569 Isolate* isolate, Source* source, CompileOptions options, in CompileModule()
2590 Local<Object> context_extensions[], CompileOptions options, in CompileFunction()
2601 Local<Object> context_extensions[], CompileOptions options, in CompileFunctionInContext()
2612 Local<Object> context_extensions[], CompileOptions options, in CompileFunctionInternal()
2622 DCHECK(options == CompileOptions::kConsumeCodeCache || in CompileFunctionInternal()
2623 options == CompileOptions::kEagerCompile || in CompileFunctionInternal()
2624 options == CompileOptions::kNoCompileOptions); in CompileFunctionInternal()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp47717 class CompileOptions;
101109 const JS::CompileOptions& options,
101117 const JS::CompileOptions& options,
101226 friend class CompileOptions;
101335 void operator=(const CompileOptions& rhs) = delete;
101338 class CompileOptions final : public ReadOnlyCompileOptions class
101345 explicit CompileOptions(JSContext* cx, JSVersion version = JSVERSION_UNKNOWN);
101346 CompileOptions(JSContext* cx, const ReadOnlyCompileOptions& rhs) in CompileOptions() function in JS::CompileOptions
101360 CompileOptions(JSContext* cx, const TransitiveCompileOptions& rhs) in CompileOptions() function in JS::CompileOptions
101378 CompileOptions& setFile(const char* f) { filename_ = f; return *this; } in setFile()
[all …]