Home | History | Annotate | Download | only in cctest

Lines Matching full:scriptresource

161 class ScriptResource : public v8::String::ExternalAsciiStringResource {
163 ScriptResource(const char* data, size_t length)
206 ScriptResource* resource = new ScriptResource(source, source_length);
214 ScriptResource* resource = new ScriptResource(source, source_length);