Searched refs:source_v8_string (Results 1 – 2 of 2) sorted by relevance
83 v8::Local<v8::String> source_v8_string = in DEFINE_BINARY_PROTO_FUZZER() local99 v8::ScriptCompiler::Source source(source_v8_string, origin); in DEFINE_BINARY_PROTO_FUZZER()106 v8::Script::Compile(context, source_v8_string); in DEFINE_BINARY_PROTO_FUZZER()
147 MaybeLocal<v8::String> source_v8_string = v8::String::NewFromUtf8( in LLVMFuzzerTestOneInput() local150 if (source_v8_string.IsEmpty()) in LLVMFuzzerTestOneInput()155 v8::Script::Compile(context, source_v8_string.ToLocalChecked()); in LLVMFuzzerTestOneInput()