/external/v8/test/mjsunit/ |
mirror-object.js | 62 assertEquals(ctor_name, mirror.constructorFunction().name(), 'Unexpected constructor function name'); 95 assertEquals(mirror.constructorFunction().handle(), fromJSON.constructorFunction.ref, 'Unexpected constructor function handle in JSON'); 96 assertEquals('function', refs.lookup(fromJSON.constructorFunction.ref).type, 'Unexpected constructor function type in JSON'); 97 assertEquals(ctor_name, refs.lookup(fromJSON.constructorFunction.ref).name, 'Unexpected constructor function name in JSON');
|
stack-traces.js | 136 // Test that the error constructor is not shown in the trace 149 // Test that the explicit constructor call is shown in the trace 172 n.__defineGetter__('constructor', function () { CONS_FAIL; });
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/ |
shell.js | 26 /* wrapper for test cas constructor that doesn't require the SECTION
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
OldGenericTypesTest.java | 20 import java.lang.reflect.Constructor; 69 Constructor<?> constructor = clazz.getDeclaredConstructor(Object.class); local 70 Type[] genericParameterTypes = constructor.getGenericParameterTypes(); 194 //constructor 195 Constructor<?>[] declaredConstructors = innerClazz.getDeclaredConstructors(); 197 Constructor<?> declaredConstructor = declaredConstructors[0];
|
/sdk/monkeyrunner/src/com/android/monkeyrunner/ |
MonkeyRunnerHelp.java | 31 import java.lang.reflect.Constructor; 61 Set<Constructor<?>> constructors, 84 for (Constructor<?> c : clz.getConstructors()) { 188 Set<Constructor<?>> constructors = Sets.newTreeSet(MEMBER_SORTER); 247 Set<Constructor<?>> constructors = Sets.newTreeSet(MEMBER_SORTER); 262 for (Constructor<?> constructor : constructors) { 263 allClasses.add(constructor.getDeclaringClass());
|
/external/android-mock/src/com/google/android/testing/mocking/ |
AndroidMock.java | 24 import java.lang.reflect.Constructor; 90 * The parameter {@literal args} allows the caller to choose which constructor on the Class 91 * specified by {@literal toMock} to be called when constructing the Mock object. If a constructor 94 * where {@literal MyObject} defines a constructor such as 99 * @param args the arguments to pass to the constructor. 112 * The parameter {@literal args} allows the caller to choose which constructor on the Class 113 * specified by {@literal toMock} to be called when constructing the Mock object. If a constructor 117 * where {@literal MyObject} defines a constructor such as 124 * @param args the arguments to pass to the constructor. 143 * The parameter {@literal args} allows the caller to choose which constructor on the Clas 2647 Constructor<T> constructor = getConstructorFor(subclass, args); local [all...] |
/external/v8/tools/ |
profile_view.js | 33 * @constructor 110 * @constructor 158 * @constructor
|
/external/v8/src/ |
regexp.js | 36 // RegExp : Called as constructor; see ECMA-262, section 15.10.4. 94 // Deprecated RegExp.prototype.compile method. We behave like the constructor 103 // RegExp.prototype.compile and in the constructor, where they are 297 // rightContext of the RegExp constructor. The properties are computed based 406 %SetProperty($RegExp.prototype, 'constructor', $RegExp, DONT_ENUM);
|
log.cc | 1035 void Logger::HeapSampleJSConstructorEvent(const char* constructor, 1040 msg.Append("heap-js-cons-item,%s,%d,%d\n", constructor, number, bytes); 1051 const char* constructor, const char* event) { 1054 const int cons_len = StrLength(constructor); 1060 msg.Append(kEventText, constructor); 1086 void Logger::HeapSampleJSProducerEvent(const char* constructor, 1091 msg.Append("heap-js-prod-item,%s", constructor); [all...] |
api.cc | 664 // A constructor cannot easily return an error value, therefore it is necessary 667 // NeanderObject constructor. When you add one to the site calling the 668 // constructor you should check that you ensured the VM was not dead first. 1095 i::Handle<i::FunctionTemplateInfo> constructor = Utils::OpenHandle(*templ); local 1113 i::FunctionTemplateInfo* constructor = local 1138 i::FunctionTemplateInfo* constructor = local 1156 i::FunctionTemplateInfo* constructor = local 1187 i::FunctionTemplateInfo* constructor = local 1209 i::FunctionTemplateInfo* constructor = local 1231 i::FunctionTemplateInfo* constructor = local 2886 i::Object* constructor = object->map()->constructor(); local 3653 Local<FunctionTemplate> constructor = FunctionTemplate::New(); local [all...] |
factory.cc | 566 // constructor may not have been defined. Bail out. 588 Handle<Object> Factory::NewError(const char* constructor, 590 Handle<String> constr = LookupAsciiSymbol(constructor); 657 // Set function.prototype and give the prototype a constructor 791 Handle<JSObject> Factory::NewJSObject(Handle<JSFunction> constructor, 795 isolate()->heap()->AllocateJSObject(*constructor, pretenure), JSObject); 800 Handle<JSFunction> constructor) { 802 isolate()->heap()->AllocateGlobalObject(*constructor), [all...] |
/external/v8/benchmarks/ |
richards.js | 97 * @constructor 258 * @constructor 366 * @constructor 394 * @constructor 422 * @constructor 457 * @constructor 513 * @constructor
|
/external/v8/test/mjsunit/regress/ |
regress-1200351.js | 28 // Make sure the 'constructor' property isn't enumerable. 31 assertEquals(-1, enums.split('|').indexOf("constructor")); 34 new this.constructor; 35 new this.constructor(); 36 new this.constructor(1,2,3,4,5,6); 76 eval("let (debugger.constructor.valueOf()) { this.sort().true.splice() }") 140 eval("switch (-1.length+new Object().prototype.name) { case (debugger.constructor.sort()): IsPrimitive(undef.__defineSetter__(undef,function(){native})); break; }") 164 eval("new Function(0.2.join().constructor)") 240 eval("for (Iterator(native+break) in debugger.superConstructor.constructor) { Math.max(0.add(undef)) }") 252 eval("switch (parseInt(0).length()) { case ('a'.toObject().__defineSetter__(GetFunctionFor(null),function(){(!x)})): IsSmi(void).constructor; break; }" [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-richards.js | 92 * @constructor 253 * @constructor 361 * @constructor 389 * @constructor 417 * @constructor 452 * @constructor 508 * @constructor
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-richards.js | 92 * @constructor 253 * @constructor 361 * @constructor 389 * @constructor 417 * @constructor 452 * @constructor 508 * @constructor
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-richards.js | 92 * @constructor 253 * @constructor 361 * @constructor 389 * @constructor 417 * @constructor 452 * @constructor 508 * @constructor
|
/cts/tools/signature-tools/src/signature/converter/doclet/ |
DocletToSigConverter.java | 179 for (ConstructorDoc constructor : classDoc.constructors()) {
180 constructors.add(convertConstructor(constructor));
513 private IConstructor convertConstructor(ConstructorDoc constructor) {
514 SigConstructor c = new SigConstructor(constructor.name());
516 convertExecutableMember(constructor, c);
|
/external/webkit/Source/JavaScriptCore/API/ |
JSCallbackObjectFunctions.h | 61 // Global object constructor. 310 JSObject* constructor = exec->callee(); local 312 JSObjectRef constructorRef = toRef(constructor); 314 for (JSClassRef jsClass = static_cast<JSCallbackObject<Base>*>(constructor)->classRef(); jsClass; jsClass = jsClass->parentClass) {
|
JSObjectRef.cpp | 110 JSCallbackConstructor* constructor = new (exec) JSCallbackConstructor(exec->lexicalGlobalObject(), exec->lexicalGlobalObject()->callbackConstructorStructure(), jsClass, callAsConstructor); local 111 constructor->putDirect(exec->globalData(), exec->propertyNames().prototype, jsPrototype, DontEnum | DontDelete | ReadOnly); 112 return toRef(constructor);
|
/external/webkit/Source/WebCore/bridge/ |
NP_jsobject.cpp | 499 // Lookup the constructor object. 507 // Call the constructor object. 508 JSValue constructor = obj->imp; local 510 ConstructType constructType = getConstructData(constructor, constructData); 518 JSValue resultV = JSC::construct(exec, constructor, constructType, constructData, argList);
|
/frameworks/base/core/tests/coretests/src/android/content/ |
ContentProviderOperationTest.java | 28 import java.lang.reflect.Constructor; 380 final Constructor constructor = CLASS_OPERATION.getDeclaredConstructor(CLASS_BUILDER); local 381 constructor.setAccessible(true); 382 return (ContentProviderOperation) constructor.newInstance(builder);
|
/sdk/ide_common/src/com/android/ide/common/rendering/ |
LayoutLibrary.java | 49 import java.lang.reflect.Constructor; 168 Constructor<?> constructor = clazz.getConstructor(); local 169 if (constructor != null) { 170 Object bridgeObject = constructor.newInstance();
|
/external/chromium/chrome/browser/resources/picasaweb_uploader/js/ |
picasa_client.js | 8 * LocalFile constructor. 63 * Album constructor. 77 * Client constructor.
|
/external/chromium/chrome/browser/resources/file_manager/js/ |
util.js | 41 * error. The FileError constructor has a named property for each possible
|
/external/chromium/chrome/browser/resources/net_internals/ |
hstsview.js | 11 * @constructor
|