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

/external/chromium_org/v8/test/mjsunit/
H A Darray-functions-prototype-misc.js50 var new_function;
60 new_function = function(length) {
91 new_function = function(length) {
127 var a = new_function(pos);
153 var a = new_function(pos);
157 var b = new_function(0);
194 a = new_function(pos);
211 a = new_function(pos);
225 a = new_function(pos);
239 var a = new_function(po
59 new_function = function(length) { function
[all...]
/external/v8/test/mjsunit/
H A Darray-functions-prototype-misc.js50 var new_function;
60 new_function = function(length) {
91 new_function = function(length) {
127 var a = new_function(pos);
153 var a = new_function(pos);
157 var b = new_function(0);
194 a = new_function(pos);
211 a = new_function(pos);
225 a = new_function(pos);
239 var a = new_function(po
59 new_function = function(length) { function
[all...]
/external/chromium_org/base/win/
H A Diat_patch_function.cc19 void* new_function; member in struct:base::win::__anon4018::InterceptFunctionInformation
110 sizeof(intercept_information->new_function), unknown_IAT_thunk_format);
115 &(intercept_information->new_function),
116 sizeof(intercept_information->new_function));
133 // new_function Interceptor function
142 const char* function_name, void* new_function,
146 (NULL == function_name) || (NULL == new_function)) {
161 new_function,
225 void* new_function) {
240 new_function,
140 InterceptImportedFunction(HMODULE module_handle, const char* imported_from_module, const char* function_name, void* new_function, void** old_function, IMAGE_THUNK_DATA** iat_thunk) argument
222 Patch(const wchar_t* module, const char* imported_from_module, const char* function_name, void* new_function) argument
[all...]

Completed in 1755 milliseconds