Home
last modified time | relevance | path

Searched refs:new_function (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/base/win/
Diat_patch_function.cc19 void* new_function; member
110 sizeof(intercept_information->new_function), unknown_IAT_thunk_format); in InterceptEnumCallback()
115 &(intercept_information->new_function), in InterceptEnumCallback()
116 sizeof(intercept_information->new_function)); in InterceptEnumCallback()
142 const char* function_name, void* new_function, in InterceptImportedFunction() argument
146 (NULL == function_name) || (NULL == new_function)) { in InterceptImportedFunction()
161 new_function, in InterceptImportedFunction()
225 void* new_function) { in Patch() argument
240 new_function, in Patch()
247 intercept_function_ = new_function; in Patch()
Diat_patch_function.h48 void* new_function);
/external/v8/test/mjsunit/
Darray-functions-prototype-misc.js50 var new_function; variable
60 new_function = function(length) { function
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(pos);
/external/chromium_org/v8/test/mjsunit/
Darray-functions-prototype-misc.js50 var new_function; variable
60 new_function = function(length) { function
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(pos);