Home
last modified time | relevance | path

Searched refs:source_v8_string (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/testing/libfuzzer/fuzzers/
H A Djavascript_parser_proto_fuzzer.cc83 v8::Local<v8::String> source_v8_string = in DEFINE_BINARY_PROTO_FUZZER() local
99 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()
H A Dv8_fuzzer.cc147 MaybeLocal<v8::String> source_v8_string = v8::String::NewFromUtf8( in LLVMFuzzerTestOneInput() local
150 if (source_v8_string.IsEmpty()) in LLVMFuzzerTestOneInput()
155 v8::Script::Compile(context, source_v8_string.ToLocalChecked()); in LLVMFuzzerTestOneInput()