Lines Matching refs:cached_data
830 ScriptCompiler::CachedData* cached_data = nullptr;
833 cached_data = new ScriptCompiler::CachedData(
853 ScriptCompiler::Source source(code, origin, cached_data);
970 std::unique_ptr<ScriptCompiler::CachedData> cached_data(
972 if (!cached_data) {
977 reinterpret_cast<const char*>(cached_data->data),
978 cached_data->length);
1201 ScriptCompiler::CachedData* cached_data = nullptr;
1204 cached_data = new ScriptCompiler::CachedData(
1226 ScriptCompiler::Source source(code, origin, cached_data);