HomeSort by relevance Sort by last modified time
    Searched refs:type_check (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
v8_interface.py 325 type_check = 'V8{idl_type}::hasInstance({cpp_value}, info.GetIsolate(), worldType(info.GetIsolate()))'.format(idl_type=idl_type, cpp_value=cpp_value)
327 type_check = ' || '.join(['%s->IsNull()' % cpp_value, type_check])
328 return type_check
  /external/qemu/
osdep.h 49 #define type_check(t1,t2) ((t1*)0 - (t2*)0) macro

Completed in 39 milliseconds