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

/external/v8/src/
H A Dbootstrapper.cc1377 #define INSTALL_NATIVE(Type, name, var) \ macro
1387 INSTALL_NATIVE(JSFunction, "CreateDate", create_date_fun);
1388 INSTALL_NATIVE(JSFunction, "ToNumber", to_number_fun);
1389 INSTALL_NATIVE(JSFunction, "ToString", to_string_fun);
1390 INSTALL_NATIVE(JSFunction, "ToDetailString", to_detail_string_fun);
1391 INSTALL_NATIVE(JSFunction, "ToObject", to_object_fun);
1392 INSTALL_NATIVE(JSFunction, "ToInteger", to_integer_fun);
1393 INSTALL_NATIVE(JSFunction, "ToUint32", to_uint32_fun);
1394 INSTALL_NATIVE(JSFunction, "ToInt32", to_int32_fun);
1395 INSTALL_NATIVE(JSFunctio
1414 #undef INSTALL_NATIVE macro
[all...]

Completed in 58 milliseconds