Home | History | Annotate | Download | only in src

Lines Matching refs:CheckCast

2686 void External::CheckCast(v8::Value* that) {
2693 void v8::Object::CheckCast(Value* that) {
2701 void v8::Function::CheckCast(Value* that) {
2709 void v8::Name::CheckCast(v8::Value* that) {
2717 void v8::String::CheckCast(v8::Value* that) {
2725 void v8::Symbol::CheckCast(v8::Value* that) {
2733 void v8::Number::CheckCast(v8::Value* that) {
2741 void v8::Integer::CheckCast(v8::Value* that) {
2749 void v8::Array::CheckCast(Value* that) {
2757 void v8::Promise::CheckCast(Value* that) {
2764 void v8::Promise::Resolver::CheckCast(Value* that) {
2771 void v8::ArrayBuffer::CheckCast(Value* that) {
2779 void v8::ArrayBufferView::CheckCast(Value* that) {
2787 void v8::TypedArray::CheckCast(Value* that) {
2796 void v8::Type##Array::CheckCast(Value* that) { \
2811 void v8::DataView::CheckCast(Value* that) {
2819 void v8::Date::CheckCast(v8::Value* that) {
2830 void v8::StringObject::CheckCast(v8::Value* that) {
2841 void v8::SymbolObject::CheckCast(v8::Value* that) {
2852 void v8::NumberObject::CheckCast(v8::Value* that) {
2863 void v8::BooleanObject::CheckCast(v8::Value* that) {
2874 void v8::RegExp::CheckCast(v8::Value* that) {