Home | History | Annotate | Download | only in src

Lines Matching refs:CheckCast

3221 void External::CheckCast(v8::Value* that) {
3227 void v8::Object::CheckCast(Value* that) {
3234 void v8::Function::CheckCast(Value* that) {
3241 void v8::Boolean::CheckCast(v8::Value* that) {
3248 void v8::Name::CheckCast(v8::Value* that) {
3254 void v8::String::CheckCast(v8::Value* that) {
3261 void v8::Symbol::CheckCast(v8::Value* that) {
3268 void v8::Number::CheckCast(v8::Value* that) {
3276 void v8::Integer::CheckCast(v8::Value* that) {
3283 void v8::Int32::CheckCast(v8::Value* that) {
3289 void v8::Uint32::CheckCast(v8::Value* that) {
3295 void v8::Array::CheckCast(Value* that) {
3302 void v8::Map::CheckCast(Value* that) {
3308 void v8::Set::CheckCast(Value* that) {
3314 void v8::Promise::CheckCast(Value* that) {
3320 void v8::Promise::Resolver::CheckCast(Value* that) {
3326 void v8::Proxy::CheckCast(Value* that) {
3332 void v8::ArrayBuffer::CheckCast(Value* that) {
3340 void v8::ArrayBufferView::CheckCast(Value* that) {
3348 void v8::TypedArray::CheckCast(Value* that) {
3357 void v8::Type##Array::CheckCast(Value* that) { \
3371 void v8::DataView::CheckCast(Value* that) {
3379 void v8::SharedArrayBuffer::CheckCast(Value* that) {
3388 void v8::Date::CheckCast(v8::Value* that) {
3399 void v8::StringObject::CheckCast(v8::Value* that) {
3410 void v8::SymbolObject::CheckCast(v8::Value* that) {
3421 void v8::NumberObject::CheckCast(v8::Value* that) {
3432 void v8::BooleanObject::CheckCast(v8::Value* that) {
3443 void v8::RegExp::CheckCast(v8::Value* that) {