Home | History | Annotate | Download | only in cctest

Lines Matching refs:Resource

51 class Resource: public v8::String::ExternalStringResource,
54 explicit Resource(Vector<const uc16> string): data_(string.start()) {
120 Resource* resource = new Resource(Vector<const uc16>(buf, len));
121 building_blocks[i] = FACTORY->NewExternalStringFromTwoByte(resource);
386 Resource* resource = new Resource(Vector<const uc16>(non_ascii, i));
388 v8::String::NewExternal(resource);
521 AsciiVectorResource resource(
523 Handle<String> string = FACTORY->NewExternalStringFromAscii(&resource);