Home | History | Annotate | Download | only in src

Lines Matching refs:CheckCast

2595 void External::CheckCast(v8::Value* that) {
2602 void v8::Object::CheckCast(Value* that) {
2610 void v8::Function::CheckCast(Value* that) {
2618 void v8::String::CheckCast(v8::Value* that) {
2626 void v8::Symbol::CheckCast(v8::Value* that) {
2634 void v8::Number::CheckCast(v8::Value* that) {
2642 void v8::Integer::CheckCast(v8::Value* that) {
2650 void v8::Array::CheckCast(Value* that) {
2658 void v8::Promise::CheckCast(Value* that) {
2665 void v8::Promise::Resolver::CheckCast(Value* that) {
2672 void v8::ArrayBuffer::CheckCast(Value* that) {
2680 void v8::ArrayBufferView::CheckCast(Value* that) {
2688 void v8::TypedArray::CheckCast(Value* that) {
2697 void v8::Type##Array::CheckCast(Value* that) { \
2712 void v8::DataView::CheckCast(Value* that) {
2720 void v8::Date::CheckCast(v8::Value* that) {
2731 void v8::StringObject::CheckCast(v8::Value* that) {
2742 void v8::SymbolObject::CheckCast(v8::Value* that) {
2753 void v8::NumberObject::CheckCast(v8::Value* that) {
2764 void v8::BooleanObject::CheckCast(v8::Value* that) {
2775 void v8::RegExp::CheckCast(v8::Value* that) {