Home
last modified time | relevance | path

Searched refs:addon (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
DtypeFromPrototypeAssignment2.types3 // all references to _map, set, get, addon should be ok
5addon }; Multimap.prototype = { set: function() { this._map thi…
6addon }; Multimap.prototype = { set: function() { this._map thi…
12 …s._map = {}; this._map this.set this.get this.addon } : typeof Mult…
36 this.addon
37 >this.addon : () => void
39 >addon : () => void
44 …get this.addon }, get() { this._map this.set …
48 …get this.addon }, get() { this._map this.set …
52 >function() { this._map this.set this.get this.addon
[all …]
DtypeFromPrototypeAssignment.types2 // all references to _map, set, get, addon should be ok
7 >function() { this._map = {}; this._map this.set this.get this.addon} : typeof Multi…
31 this.addon
32 >this.addon : () => void
34 >addon : () => void
39 …set this.get this.addon }, get() { this._map this.set thi…
43 …set this.get this.addon }, get() { this._map this.set thi…
47 >function() { this._map this.set this.get this.addon } : () => void
64 this.addon
65 >this.addon : () => void
[all …]
DtypeFromPrototypeAssignment.symbols2 // all references to _map, set, get, addon should be ok
28 this.addon
29 >this.addon : Symbol(Multimap.addon, Decl(a.js, 24, 1))
31 >addon : Symbol(Multimap.addon, Decl(a.js, 24, 1))
58 this.addon
59 >this.addon : Symbol(Multimap.addon, Decl(a.js, 24, 1))
61 >addon : Symbol(Multimap.addon, Decl(a.js, 24, 1))
82 this.addon
83 >this.addon : Symbol(Multimap.addon, Decl(a.js, 24, 1))
85 >addon : Symbol(Multimap.addon, Decl(a.js, 24, 1))
[all …]
DtypeFromPrototypeAssignment2.symbols3 // all references to _map, set, get, addon should be ok
31 this.addon
32 >this.addon : Symbol(Multimap.addon, Decl(a.js, 25, 5))
34 >addon : Symbol(Multimap.addon, Decl(a.js, 25, 5))
61 this.addon
62 >this.addon : Symbol(Multimap.addon, Decl(a.js, 25, 5))
64 >addon : Symbol(Multimap.addon, Decl(a.js, 25, 5))
85 this.addon
86 >this.addon : Symbol(Multimap.addon, Decl(a.js, 25, 5))
88 >addon : Symbol(Multimap.addon, Decl(a.js, 25, 5))
[all …]
DtypeFromPrototypeAssignment.errors.txt1 tests/cases/conformance/salsa/a.js(27,20): error TS2339: Property 'addon' does not exist on type '{…
5 // all references to _map, set, get, addon should be ok
13 this.addon
21 this.addon
27 this.addon
31 Multimap.prototype.addon = function () {
33 !!! error TS2339: Property 'addon' does not exist on type '{ set: () => void; get(): void; }'.
37 this.addon
44 mm.addon
DtypeFromPrototypeAssignment2.errors.txt1 tests/cases/conformance/salsa/a.js(28,24): error TS2339: Property 'addon' does not exist on type '{…
6 // all references to _map, set, get, addon should be ok
14 this.addon
22 this.addon
28 this.addon
32 Multimap.prototype.addon = function () {
34 !!! error TS2339: Property 'addon' does not exist on type '{ set: () => void; get(): void; }'.
38 this.addon
45 mm.addon
DtypeFromPrototypeAssignment4.types49 Multimap4["prototype"]["addon"] = function() {};
50 >Multimap4["prototype"]["addon"] = function() {} : () => void
51 >Multimap4["prototype"]["addon"] : any
55 >"addon" : "addon"
85 map4.addon();
86 >map4.addon() : void
87 >map4.addon : () => void
89 >addon : () => void
DtypeFromPrototypeAssignment4.symbols36 Multimap4["prototype"]["addon"] = function() {};
57 map4.addon();
58 >map4.addon : Symbol(Multimap4["addon"], Decl(a.js, 14, 49))
60 >addon : Symbol(Multimap4["addon"], Decl(a.js, 14, 49))
/third_party/typescript/tests/cases/conformance/salsa/
DtypeFromPrototypeAssignment.ts15 this.addon
23 this.addon
29 this.addon
33 Multimap.prototype.addon = function () {
37 this.addon
44 mm.addon
DtypeFromPrototypeAssignment2.ts16 this.addon
24 this.addon
30 this.addon
34 Multimap.prototype.addon = function () {
38 this.addon
45 mm.addon
/third_party/node/doc/api/
Daddons.md47 be used as the starting-point for an addon.
51 This "Hello world" example is a simple addon, written in C++, that is the
103 and the addon module name is `addon`.
114 `require()` cache, and thus each instance will need a native addon to behave
115 correctly when loaded via `require()`. This means that the addon
118 A context-aware addon can be constructed by using the macro
120 will expect to find when it loads an addon. An addon can thus be initialized as
130 /* Perform addon initialization steps here. */
135 construct a context-aware addon. Unlike `NODE_MODULE()`, which is used to
136 construct an addon around a given addon initializer function,
[all …]
/third_party/node/test/js-native-api/8_passing_wrapped/
Dtest.js6 const addon = require(`./build/${common.buildType}/8_passing_wrapped`); constant
9 let obj1 = addon.createObject(10);
10 let obj2 = addon.createObject(20);
11 const result = addon.add(obj1, obj2);
18 () => (addon.finalizeCount() === 2));
/third_party/typescript/tests/baselines/reference/docker/
Dxterm.js.log13 addons/xterm-addon-ligatures/src/font.ts(6,29): error TS2307: Cannot find module 'font-finder' or i…
14 addons/xterm-addon-ligatures/src/font.ts(7,32): error TS2307: Cannot find module 'font-ligatures' o…
15 addons/xterm-addon-ligatures/src/index.ts(7,22): error TS2307: Cannot find module 'font-ligatures' …
16 addons/xterm-addon-ligatures/src/index.ts(75,14): error TS2347: Untyped function calls may not acce…
17 addons/xterm-addon-ligatures/src/index.ts(76,9): error TS7006: Parameter 'range' implicitly has an …
18 addons/xterm-addon-ligatures/src/index.test.ts(6,23): error TS2307: Cannot find module 'path' or it…
19 addons/xterm-addon-ligatures/src/index.test.ts(7,24): error TS2307: Cannot find module 'sinon' or i…
20 addons/xterm-addon-ligatures/src/index.test.ts(9,29): error TS2307: Cannot find module 'font-finder…
21 addons/xterm-addon-ligatures/src/index.test.ts(10,32): error TS2307: Cannot find module 'font-ligat…
22 addons/xterm-addon-ligatures/src/index.test.ts(26,25): error TS2304: Cannot find name '__dirname'.
[all …]
/third_party/node/benchmark/napi/ref/
Dindex.js3 const addon = require(`./build/${common.buildType}/addon`); constant
7 addon.newWeak();
11 addon.count = 0;
16 setImmediate(() => ((addon.count < n) ? oneIteration() : resolve()));
Dbinding.gyp4 'target_name': 'addon',
6 'addon.c'
/third_party/node/test/js-native-api/6_object_wrap/
Dtest.js4 const addon = require(`./build/${common.buildType}/6_object_wrap`); constant
10 addon.MyObject.prototype, 'value');
12 addon.MyObject.prototype, 'valueReadonly');
14 addon.MyObject.prototype, 'plusOne');
32 const obj = new addon.MyObject(9);
/third_party/node/test/js-native-api/test_reference_double_free/
Dtest.js8 const addon = require(`./build/${buildType}/test_reference_double_free`); constant
10 { new addon.MyObject(true); }
11 { new addon.MyObject(false); }
/third_party/node/test/js-native-api/test_general/
DtestNapiStatus.js4 const addon = require(`./build/${common.buildType}/test_general`); constant
7 addon.createNapiError();
8 assert(addon.testNapiErrorCleanup(), 'napi_status cleaned up for second call');
DtestNapiRun.js7 const addon = require(`./build/${common.buildType}/test_general`); constant
11 const actual = addon.testNapiRun(testCase);
14 assert.throws(() => addon.testNapiRun({ abc: 'def' }), /string was expected/);
/third_party/node/test/js-native-api/4_object_factory/
Dtest.js4 const addon = require(`./build/${common.buildType}/4_object_factory`); constant
6 const obj1 = addon('hello');
7 const obj2 = addon('world');
/third_party/node/test/js-native-api/3_callbacks/
Dtest.js4 const addon = require(`./build/${common.buildType}/3_callbacks`); constant
6 addon.RunCallback(function(msg) {
11 addon.RunCallbackWithRecv(function() {
/third_party/node/test/addons/load-long-path/
Dtest.js35 const addon = require(addonDestinationPath); constant
36 assert.notStrictEqual(addon, null);
37 assert.strictEqual(addon.hello(), 'world');
/third_party/node/test/js-native-api/2_function_arguments/
Dtest.js4 const addon = require(`./build/${common.buildType}/2_function_arguments`); constant
6 assert.strictEqual(addon.add(3, 5), 8);
/third_party/node/test/js-native-api/5_function_factory/
Dtest.js4 const addon = require(`./build/${common.buildType}/5_function_factory`); constant
6 const fn = addon();
/third_party/node/test/node-api/test_instance_data/
Dbinding.gyp12 "addon.c",
19 "addon.c",

1234