Searched refs:constructor (Results 151 - 175 of 788) sorted by relevance

1234567891011>>

/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DToggleControlToolbarItem.js33 constructor: WebInspector.ToggleControlToolbarItem, property in class:WebInspector.ToggleControlToolbarItem
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/initializer-args/
H A Dmain.c34 __attribute__((constructor))
51 PASS("initializer/constructor was called with arguments");
55 FAIL("initializer/constructor was not called with arguments");
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/virtchannel_transform/
H A Dcounter.tcl67 constructor {args} {
H A Dlimitsize.tcl76 constructor {themax} {
H A Dobserve.tcl65 constructor {lw lr} {
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/tests/
H A DCurrentThisInsideBlockGetterTest.mm33 static JSObjectRef CallAsConstructor(JSContextRef ctx, JSObjectRef constructor, size_t, const JSValueRef[], JSValueRef*)
36 NSMutableDictionary *constructorPrivateProperties = (__bridge NSMutableDictionary *)(JSObjectGetPrivate(constructor));
86 JSValue *constructor = [JSValue valueWithJSValueRef:constructorRef inContext:context];
87 return constructor;
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/RegExp/
H A Dproperties-001.js41 AddTestCase( re + ".contructor == RegExp.prototype.constructor",
43 re.constructor == RegExp.prototype.constructor );
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/String/
H A Dsplit-001.js58 "( " + string + " ).split(" + str_sep +").constructor == Array",
60 string.split(separator).constructor == Array );
87 " ).constructor == Array",
89 string.split(separator, limit).constructor == Array );
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DCSSStyleSheet.js51 constructor: WebInspector.CSSStyleSheet, property in class:WebInspector.CSSStyleSheet
84 this._uniqueDisplayNameNumber = this.constructor._nextUniqueDisplayNameNumber++;
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/examples/
H A DMessageInfo.itk15 constructor {args} {
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Ddialog.itk49 constructor {args} {}
67 itcl::body iwidgets::Dialog::constructor {args} {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_tclparam-snit/
H A D4_choice27 constructor {} {
H A D5_sequence27 constructor {} {
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/
H A Ddiagram.tcl28 constructor {canvas args} {
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSWrapperMap.mm105 JSC::JSObject* constructor = toJS(constructorRef);
107 return JSC::JSObject::defaultHasInstance(exec, instance, constructor->get(exec, exec->propertyNames().prototype));
215 // for the purposes of hooking up the constructor correctly.
368 - (JSValue *)constructor;
442 NSLog(@"ERROR: Class %@ exported more than one init family method via JSExport. Class %@ will not have a callable JavaScript constructor function.", cls, cls);
458 JSValue *constructor = m_context[@"Object"];
460 m_constructor = toJS(JSValueToObject(cContext, valueInternalValue(constructor), 0));
463 JSValue *prototype = constructor[@"prototype"];
474 // Create or grab the prototype/constructor pair.
476 JSValue *constructor;
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSArrayBufferConstructor.cpp78 JSArrayBufferConstructor* constructor = local
95 return throwVMError(exec, createOutOfMemoryError(constructor->globalObject()));
98 exec->vm(), constructor->globalObject()->arrayBufferStructure(), buffer);
H A DJSPromise.cpp46 JSPromise* JSPromise::create(VM& vm, JSGlobalObject* globalObject, JSPromiseConstructor* constructor) argument
49 promise->finishCreation(vm, constructor);
64 void JSPromise::finishCreation(VM& vm, JSPromiseConstructor* constructor) argument
69 m_constructor.set(vm, this, constructor);
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma/FunctionObjects/
H A D15.3.1.1-2.js32 1. Create and return a new Function object exactly if the function constructor
69 array[item++] = new TestCase( SECTION, "myfunc1.prototype.constructor", myfunc1, myfunc1.prototype.constructor );
83 array[item++] = new TestCase( SECTION, "myfunc2.prototype.constructor", myfunc2, myfunc2.prototype.constructor );
97 array[item++] = new TestCase( SECTION, "myfunc3.prototype.constructor", myfunc3, myfunc3.prototype.constructor );
H A D15.3.2.1-2.js62 array[item++] = new TestCase( SECTION, "myfunc1.prototype.constructor", myfunc1, myfunc1.prototype.constructor );
76 array[item++] = new TestCase( SECTION, "myfunc2.prototype.constructor", myfunc2, myfunc2.prototype.constructor );
90 array[item++] = new TestCase( SECTION, "myfunc3.prototype.constructor", myfunc3, myfunc3.prototype.constructor );
H A D15.3.5-2.js41 is invoked as a constructor for that newly created object.
75 array[item++] = new TestCase( SECTION, "typeof MyObject.prototype.constructor", "function", typeof MyObject.prototype.constructor );
/macosx-10.10.1/tcl-105/tk/tk/library/ttk/
H A Dscrollbar.tcl14 set constructor ::tk::scrollbar
17 set constructor ::ttk::_scrollbar
21 return [$constructor $w {*}$args]
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/HeaderFilter/
H A Dsimple.pm70 a code reference to the filter() method of your filter to the constructor,
75 The constructor is called with a single code reference.
87 passed to the constructor. These "proxy" methods are:
107 constructor.
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/HeaderFilter/
H A Dsimple.pm70 a code reference to the C<filter()> method of your filter to the constructor,
75 The constructor is called with a single code reference.
87 passed to the constructor. These "proxy" methods are:
107 constructor.
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DJITThunks.h59 NativeExecutable* hostFunctionStub(VM*, NativeFunction, NativeFunction constructor);
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma/Number/
H A D15.7.4-1.js47 array[item++] = new TestCase(SECTION, "Number.prototype.constructor == Number", true, Number.prototype.constructor == Number );

Completed in 473 milliseconds

1234567891011>>