| /external/chromium_org/v8/test/mjsunit/ |
| debug-stepin-constructor.js | 50 // Test step into constructor with simple constructor. 67 // Test step into constructor with builtin constructor.
|
| /external/chromium_org/v8/test/mjsunit/regress/ |
| regress-618.js | 28 // Simple class using inline constructor. 43 // Simple class using inline constructor. 58 // Simple class using inline constructor. 73 // Simple class using inline constructor.
|
| regress-2489.js | 37 g.constructor.apply(this, arguments); 40 g.constructor = function(a, b) {
|
| /external/chromium_org/v8/test/webkit/fast/js/ |
| Object-getOwnPropertyNames.js | 75 "Object.prototype": "['__defineGetter__', '__defineSetter__', '__lookupGetter__', '__lookupSetter__', '__proto__', 'constructor', 'hasOwnProperty', 'isPrototypeOf', 'propertyIsEnumerable', 'toLocaleString', 'toString', 'valueOf']", 77 "Function.prototype": "['apply', 'arguments', 'bind', 'call', 'caller', 'constructor', 'length', 'name', 'toString']", 79 "Array.prototype": "['concat', 'constructor', 'entries', 'every', 'filter', 'forEach', 'indexOf', 'join', 'keys', 'lastIndexOf', 'length', 'map', 'pop', 'push', 'reduce', 'reduceRight', 'reverse', 'shift', 'slice', 'some', 'sort', 'splice', 'toLocaleString', 'toString', 'unshift']", 81 "String.prototype": "['anchor', 'big', 'blink', 'bold', 'charAt', 'charCodeAt', 'concat', 'constructor', 'fixed', 'fontcolor', 'fontsize', 'indexOf', 'italics', 'lastIndexOf', 'length', 'link', 'localeCompare', 'match', 'normalize', 'replace', 'search', 'slice', 'small', 'split', 'strike', 'sub', 'substr', 'substring', 'sup', 'toLocaleLowerCase', 'toLocaleUpperCase', 'toLowerCase', 'toString', 'toUpperCase', 'trim', 'trimLeft', 'trimRight', 'valueOf']", 83 "Boolean.prototype": "['constructor', 'toString', 'valueOf']", 85 "Number.prototype": "['constructor', 'toExponential', 'toFixed', 'toLocaleString', 'toPrecision', 'toString', 'valueOf']", 87 "Date.prototype": "['constructor', 'getDate', 'getDay', 'getFullYear', 'getHours', 'getMilliseconds', 'getMinutes', 'getMonth', 'getSeconds', 'getTime', 'getTimezoneOffset', 'getUTCDate', 'getUTCDay', 'getUTCFullYear', 'getUTCHours', 'getUTCMilliseconds', 'getUTCMinutes', 'getUTCMonth', 'getUTCSeconds', 'getYear', 'setDate', 'setFullYear', 'setHours', 'setMilliseconds', 'setMinutes', 'setMonth', 'setSeconds', 'setTime', 'setUTCDate', 'setUTCFullYear', 'setUTCHours', 'setUTCMilliseconds', 'setUTCMinutes', 'setUTCMonth', 'setUTCSeconds', 'setYear', 'toDateString', 'toGMTString', 'toISOString', 'toJSON', 'toLocaleDateString', 'toLocaleString', 'toLocaleTimeString', 'toString', 'toTimeString', 'toUTCString', 'valueOf']", 89 "RegExp.prototype": "['compile', 'constructor', 'exec', 'global', 'ignoreCase', 'lastIndex', 'multiline', 'source', 'test', 'toString']", 91 "Error.prototype": "['constructor', 'message', 'name', 'toString']",
|
| /external/chromium_org/third_party/WebKit/Source/bindings/templates/ |
| methods.cpp | 546 {% macro generate_constructor(constructor) %} 548 if constructor.is_named_constructor else 549 'constructor%s' % (constructor.overload_index or '') %} 552 {% if constructor.is_named_constructor %} 554 V8ThrowException::throwTypeError(ExceptionMessages::constructorNotCallableAsFunction("{{constructor.name}}"), info.GetIsolate()); 563 {% if constructor.has_exception_state %} 567 {% if constructor.number_of_required_arguments and not constructor.overload_index %} 568 if (UNLIKELY(info.Length() < {{constructor.number_of_required_arguments}})) [all...] |
| /dalvik/tools/dexdeps/src/com/android/dexdeps/ |
| Output.java | 211 boolean constructor; 213 constructor = mref.getName().equals("<init>"); 214 if (constructor) { 216 out.println(IN3 + "<constructor name=\"" + 228 if (constructor) { 229 out.println(IN3 + "</constructor>");
|
| /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
| ANTLRFileStream.js | 25 org.antlr.runtime.ANTLRFileStream.superclass.constructor.call(this, data);
|
| /external/antlr/antlr-3.4/runtime/JavaScript/src/org/ |
| antlr.js | 258 * Testing typeof/instanceof/constructor of arrays across frame 359 * Utility to set up the prototype, constructor and superclass properties to 380 subc.prototype.constructor=subc; 382 if (superc.prototype.constructor == Object.prototype.constructor) { 383 superc.prototype.constructor=superc;
|
| /external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
| v8_interface.py | 206 constructors = [constructor_context(interface, constructor) 207 for constructor in interface.constructors 211 if constructor.name == 'Constructor'] 218 number_of_required_arguments(constructor), 219 } for constructor in interface.custom_constructors] 245 'is_constructor_raises_exception': extended_attributes.get('RaisesException') == 'Constructor', # [RaisesException=Constructor] 456 name = overloads[0].get('name', '<constructor>') 527 particular operation, constructor (specified with [Constructor] o [all...] |
| /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/ |
| Console.js | 6 * @constructor 32 * @constructor
|
| /external/chromium_org/tools/telemetry/telemetry/page/actions/ |
| scroll_bounce.js | 25 // Assign this.element_ here instead of constructor, because the constructor
|
| swipe.js | 44 // Assign this.element_ here instead of constructor, because the constructor
|
| tap.js | 42 // Assign this.element_ here instead of constructor, because the constructor
|
| /external/clang/test/Misc/ |
| ast-dump-attr.cpp | 78 void TestInt(void) __attribute__((constructor(123)));
|
| /external/compiler-rt/test/asan/TestCases/ |
| dlclose-test.cc | 91 __attribute__((constructor))
|
| /external/e2fsprogs/intl/ |
| os2compat.c | 48 static __attribute__((constructor)) void
|
| /external/libnl/src/cls/ |
| basic.c | 82 static void __attribute__ ((constructor)) basic_init(void)
|
| /external/llvm/test/MC/MachO/ |
| x86_32-symbols.s | 27 .constructor
|
| x86_64-symbols.s | 27 .constructor
|
| /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
| spannable.js | 14 * @constructor 125 * Returns the first span value which is an instance of a given constructor. 126 * @param {!Function} constructor Constructor. 129 cvox.Spannable.prototype.getSpanInstanceOf = function(constructor) { 132 if (span.value instanceof constructor) { 291 function(v) { return v.ctor === span.value.constructor; }); 337 * @param {!Function} constructor The type of object that can be converted. 346 constructor, name, fromJson, toJson) { 347 var obj = {name: name, ctor: constructor, [all...] |
| /external/harfbuzz_ng/util/ |
| helper-cairo.cc | 300 cairo_surface_t *(*constructor) (cairo_write_func_t write_func, 335 constructor = cairo_svg_surface_create_for_stream; 339 constructor = cairo_pdf_surface_create_for_stream; 343 constructor = cairo_ps_surface_create_for_stream; 346 constructor = _cairo_eps_surface_create_for_stream; 367 if (constructor) 368 surface = constructor (stdio_write_func, f, w, h);
|
| /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/tests/ |
| function.js | 70 * @constructor 90 * @constructor 93 obj["a"] = obj["b"] = function(val) { // OK - constructor 166 * @constructor 258 * @constructor
|
| /external/chromium_org/v8/src/ |
| type-info.cc | 328 Object* constructor = NULL; local 330 constructor = map->constructor(); 331 if (!constructor->IsNull()) { 332 // If the constructor is not null or a JSFunction, we have to 334 if (!constructor->IsJSFunction()) return true; 335 // Check if the constructor directly references a foreign context. 336 if (CanRetainOtherContext(JSFunction::cast(constructor), 343 constructor = map->constructor(); [all...] |
| /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/ |
| results.js | 18 * @constructor 45 * @constructor 54 * @constructor 111 * @constructor 204 * @constructor 257 * @constructor 297 * @constructor 317 * @constructor 377 * @constructor 413 * @constructor [all...] |
| /external/guava/guava-testlib/src/com/google/common/testing/ |
| NullPointerTester.java | 34 import java.lang.reflect.Constructor; 115 * Ignore a member (constructor or method) in testAllXxx methods. Returns 124 * Runs {@link #testConstructor} on every public constructor in class {@code 128 for (Constructor<?> constructor : c.getDeclaredConstructors()) { 129 if (isPublic(constructor) && !isStatic(constructor) 130 && !isIgnored(constructor)) { 131 testConstructor(constructor); 181 public void testConstructor(Constructor<?> ctor) throws Exception [all...] |