Searched refs:format_value (Results 1 - 16 of 16) sorted by relevance
/third_party/node/test/fixtures/wpt/wasm/jsapi/ |
H A D | bad-imports.js | 25 t(`Non-object imports argument: ${format_value(value)}`, 35 t(`Non-object module: ${format_value(value)}`, 59 t(`Importing a function with an incorrectly-typed value: ${format_value(value)}`, 88 for (const [value, name = format_value(value)] of extendedNonGlobals) { 144 for (const [value, name = format_value(value)] of nonMemories) { 173 for (const [value, name = format_value(value)] of nonTables) {
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/global/ |
H A D | constructor.any.js | 78 `new Global(${format_value(invalidArgument)})`); 120 for (const [value, expected, name = format_value(value)] of valueArguments) { 145 for (const [value, expected, name = format_value(value)] of valueArguments) { 164 }, `Pass non-bigint as i64 Global value: ${format_value(invalidBigint)}`);
|
/third_party/node/test/fixtures/wpt/html/webappapis/atob/ |
H A D | base64.any.js | 114 return ["btoa(" + format_value(elem) + ") must raise INVALID_CHARACTER_ERR", elem]; 116 return ["btoa(" + format_value(elem) + ") == " + format_value(mybtoa(elem)), elem]; 161 }, "atob(" + format_value(input) + ")");
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_enum.cc | 101 auto format_value = format; in GenerateDefinition() local 102 format_value.Set("name", EnumValueName(descriptor_->value(i))); in GenerateDefinition() 106 format_value.Set("number", Int32ToString(descriptor_->value(i)->number())); in GenerateDefinition() 107 format_value.Set("deprecation", in GenerateDefinition() 110 if (i > 0) format_value(",\n"); in GenerateDefinition() 111 format_value("${1$$prefix$$name$$}$ $deprecation$= $number$", in GenerateDefinition()
|
/third_party/node/test/fixtures/wpt/FileAPI/blob/ |
H A D | Blob-constructor.any.js | 54 }, "Should throw for argument " + format_value(arg) + "."); 408 desc: "Passing " + format_value(arg) + " (index " + idx + ") for options should use the defaults." 415 desc: "Passing " + format_value(arg) + " (index " + idx + ") for options should use the defaults (with newlines)." 458 }, "Blob with type " + format_value(t[1]));
|
H A D | Blob-slice.any.js | 195 desc: "Invalid contentType (" + format_value(type) + ")" 229 desc: "Valid contentType (" + format_value(type) + ")"
|
H A D | Blob-constructor-dom.window.js | 18 }, "Should throw for argument " + format_value(arg) + ".");
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/table/ |
H A D | grow.any.js | 36 assert_throws_js(TypeError, () => fn.call(thisValue, argument), `this=${format_value(thisValue)}`); 86 }, `Out-of-range argument: ${format_value(value)}`);
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | idlharness.js | 941 assert_true(false, "Attribute has value " + format_value(value) 1309 assert_own_property(self[owner], this.name, owner + " does not have own property " + format_value(this.name)); 1467 assert_false("get" in desc, "self's property " + format_value(this.name) + " should not have a getter"); 1468 assert_false("set" in desc, "self's property " + format_value(this.name) + " should not have a setter"); 1469 assert_true(desc.writable, "self's property " + format_value(this.name) + " should be writable"); 1470 assert_false(desc.enumerable, "self's property " + format_value(this.name) + " should not be enumerable"); 1471 assert_true(desc.configurable, "self's property " + format_value(this.name) + " should be configurable"); 1477 "prototype of self's property " + format_value(this.name) + " is not Object.prototype"); 1525 "prototype of self's property " + format_value(this.name) + " is not Function.prototype"); 2178 format_value(membe [all...] |
H A D | testharness.js | 1317 * statements. `format_value` produces more distinctive string 1325 * format_value(document); 1328 * format_value("foo\uffffbar"); 1331 * format_value([-0, Infinity]); 1335 function format_value(val, seen) 1351 output += val.map(function(x) {return format_value(x, seen);}).join(", "); 1395 return "ProcessingInstruction node with target " + format_value(truncate(val.target, 60)) + " and data " + format_value(truncate(val.data, 60)); 1419 expose(format_value, "format_value"); [all...] |
/third_party/node/test/fixtures/wpt/encoding/ |
H A D | api-invalid-label.any.js | 28 }, 'Invalid label ' + format_value(input) + ' should be rejected by TextDecoder.');
|
/third_party/libinput/tools/ |
H A D | libinput-analyze-recording.py | 44 def format_value(code, value): function 179 s = format_value(a, current_frame.get(a, 0))
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/constructor/ |
H A D | compile.any.js | 34 `compile(${format_value(argument)})`);
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/module/ |
H A D | exports.any.js | 55 `exports(${format_value(argument)})`);
|
H A D | imports.any.js | 61 `imports(${format_value(argument)})`);
|
H A D | customSections.any.js | 46 `customSections(${format_value(argument)})`);
|
Completed in 9 milliseconds