Home | History | Annotate | Download | only in v8

Lines Matching refs:As

19  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
89 // Since we are not required to spot the cycle as soon as it
156 // Uses UTF8 encoding so we can read it back as either V8 or
507 bool hasStringProperty = propertyName->IsString() && composite()->HasRealNamedProperty(propertyName.As<v8::String>());
574 return serializer.writeSparseArray(numProperties, composite().As<v8::Array>()->Length(), this);
629 Blob* blob = V8Blob::toNative(value.As<v8::Object>());
637 File* file = V8File::toNative(value.As<v8::Object>());
645 FileList* fileList = V8FileList::toNative(value.As<v8::Object>());
653 ImageData* imageData = V8ImageData::toNative(value.As<v8::Object>());
662 v8::Handle<v8::RegExp> regExp = value.As<v8::RegExp>();
704 m_writer.writeNumber(value.As<v8::Number>()->Value());
708 return push(newArrayState(value.As<v8::Array>(), next));
720 return push(newObjectState(value.As<v8::Object>(), next));
943 *value = v8::RegExp::New(pattern.As<v8::String>(), static_cast<v8::RegExp::Flags>(flags));