HomeSort by relevance Sort by last modified time
    Searched full:new_function (Results 1 - 4 of 4) sorted by null

  /external/chromium/base/
iat_patch.cc 14 void* new_function; member in struct:iat_patch::InterceptFunctionInformation
66 sizeof(intercept_information->new_function), unknown_IAT_thunk_format);
71 &(intercept_information->new_function),
72 sizeof(intercept_information->new_function));
84 const char* function_name, void* new_function,
88 (NULL == function_name) || (NULL == new_function)) {
103 new_function,
188 void* new_function) {
203 new_function,
210 intercept_function_ = new_function;
    [all...]
iat_patch.h 28 // new_function Interceptor function
39 void* new_function,
98 void* new_function);
  /external/v8/test/mjsunit/
array-functions-prototype-misc.js 50 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(pos)
59 new_function = function(length) { function
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.1.5-4.js 62 var NEW_FUNCTION = new Function( EVAL_STRING );

Completed in 666 milliseconds