Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-shadow-realms.cc124 MaybeHandle<String> validated_source; in BUILTIN() local
126 std::tie(validated_source, unhandled_object) = in BUILTIN()
168 Compiler::GetFunctionFromValidatedString(eval_context, validated_source, in BUILTIN()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc2586 MaybeHandle<String> validated_source = in Compile() local
2589 return GetFunctionFromValidatedString(context, validated_source, restriction, in Compile()