Searched refs:error_source (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/cctest/
H A Dtest-parsing.cc197 const char* error_source = "var x = y z;"; local
198 int error_source_length = i::StrLength(error_source);
223 v8::ScriptData::PreCompile(error_source, error_source_length);

Completed in 18 milliseconds