Searched refs:fun_obj (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dtop.cc510 Object* fun_obj = AccessCheckInfo::cast(data_obj)->named_callback();
512 v8::ToCData<v8::NamedSecurityCallback>(fun_obj);
555 Object* fun_obj = AccessCheckInfo::cast(data_obj)->indexed_callback();
557 v8::ToCData<v8::IndexedSecurityCallback>(fun_obj);
H A Dfactory.cc419 Handle<Object> fun_obj(Top::builtins()->GetProperty(*make_str));
422 if (!fun_obj->IsJSFunction())
424 Handle<JSFunction> fun = Handle<JSFunction>::cast(fun_obj);
H A Dapi.cc3859 i::Handle<i::Object> fun_obj = i::GetProperty(debug, name); local
3860 i::Handle<i::JSFunction> fun = i::Handle<i::JSFunction>::cast(fun_obj);
H A Dobjects.cc160 Object* fun_obj = data->getter(); local
161 v8::AccessorGetter call_fun = v8::ToCData<v8::AccessorGetter>(fun_obj);

Completed in 68 milliseconds