Home
last modified time | relevance | path

Searched refs:source_1 (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DjsDeclarationsExportSpecifierNonlocal.js30 var source_1 = require("./source"); variable
31 Object.defineProperty(exports, "Thing", { enumerable: true, get: function () { return source_1.Thin…
32 Object.defineProperty(exports, "default", { enumerable: true, get: function () { return source_1.Ot…
DjsDeclarationsFunctionLikeClasses2.js153 var source_1 = require("./source"); variable
154 exports.origin = new source_1.Point2D(0, 0);
/third_party/jerryscript/tests/unit-core/
Dtest-resource-name.cpp90 const char *source_1 = ("function f1 () {\n" variable
101 (const jerry_char_t *) source_1,
102 strlen (source_1),