Home
last modified time | relevance | path

Searched refs:constructor2 (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/mjsunit/compiler/
Descape-analysis.js116 function constructor2(o) { function
122 var o2 = new constructor2(o1);
150 function constructor2() { function
162 var o = new constructor2();
282 function constructor2(nested) { function
289 var o2 = new constructor2(o1);
311 function constructor2(nested) { function
318 var o2 = new constructor2(o1);
319 var o3 = new constructor2(o1);
/external/harfbuzz_ng/util/
Dhelper-cairo.cc304 cairo_surface_t *(*constructor2) (cairo_write_func_t write_func, in helper_cairo_create_context() local
328 constructor2 = _cairo_ansi_surface_create_for_stream; in helper_cairo_create_context()
331 constructor2 = _cairo_png_surface_create_for_stream; in helper_cairo_create_context()
369 else if (constructor2) in helper_cairo_create_context()
370 surface = constructor2 (stdio_write_func, f, w, h, content); in helper_cairo_create_context()