Searched defs:INSTALL_NATIVE (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dbootstrapper.cc1498 #define INSTALL_NATIVE(Type, name, var) \ macro
1515 INSTALL_NATIVE(JSFunction, "CreateDate", create_date_fun);
1517 INSTALL_NATIVE(JSFunction, "ToNumber", to_number_fun);
1518 INSTALL_NATIVE(JSFunction, "ToString", to_string_fun);
1519 INSTALL_NATIVE(JSFunction, "ToDetailString", to_detail_string_fun);
1520 INSTALL_NATIVE(JSFunction, "ToObject", to_object_fun);
1521 INSTALL_NATIVE(JSFunction, "ToInteger", to_integer_fun);
1522 INSTALL_NATIVE(JSFunction, "ToUint32", to_uint32_fun);
1523 INSTALL_NATIVE(JSFunction, "ToInt32", to_int32_fun);
1525 INSTALL_NATIVE(JSFunctio
1590 #undef INSTALL_NATIVE macro
[all...]

Completed in 101 milliseconds