/third_party/node/deps/v8/include/ |
D | v8-script.h | 508 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/ |
D | compiler.h | 161 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,
|
D | compiler.cc | 2878 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/ |
D | node_contextify.h | 186 v8::ScriptCompiler::CompileOptions compile_options,
|
D | node_contextify.cc | 854 ScriptCompiler::CompileOptions compile_options = in New() 917 ScriptCompiler::CompileOptions compile_options, in StoreCodeCacheResult() 1228 ScriptCompiler::CompileOptions options; in CompileFunction()
|
D | node_builtins.cc | 292 ScriptCompiler::CompileOptions options = in LookupAndCompileInternal()
|
D | module_wrap.cc | 198 ScriptCompiler::CompileOptions options; in New()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | shader_compiler.cc | 218 shaderc::CompileOptions options; in CompileGlsl()
|
/third_party/node/deps/v8/src/d8/ |
D | d8.h | 435 DisallowReassignment<v8::ScriptCompiler::CompileOptions, true>
|
D | d8.cc | 604 ScriptCompiler::CompileOptions options) {} in Compile() 608 ScriptCompiler::CompileOptions options) { in Compile() 615 ScriptCompiler::CompileOptions options) { in Compile()
|
/third_party/node/deps/v8/src/parsing/ |
D | parser.h | 1091 ScriptCompiler::CompileOptions compile_options_;
|
/third_party/node/deps/v8/src/api/ |
D | api.cc | 2489 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/ |
D | stylo.hpp | 47717 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 …]
|