Home | History | Annotate | Download | only in src

Lines Matching refs:CachedData

1742 ScriptCompiler::CachedData::CachedData(const uint8_t* data_, int length_,
1750 ScriptCompiler::CachedData::~CachedData() {
1771 const ScriptCompiler::CachedData*
1956 source->cached_data = new CachedData(
1957 script_data->data(), script_data->length(), CachedData::BufferOwned);