Home | History | Annotate | Download | only in cctest

Lines Matching defs:ScriptResource

181 class ScriptResource : public v8::String::ExternalAsciiStringResource {
183 ScriptResource(const char* data, size_t length)
219 // ScriptResource will be deleted when the corresponding String is GCd.
221 isolate, new ScriptResource(source, source_length)));