Home
last modified time | relevance | path

Searched refs:fun3 (Results 1 - 11 of 11) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-vm-global-get-own.js29 const fun3 = () => 3;
32 const sandboxContext = vm.createContext({ runAssertions, fun1, fun2, fun3 });
40 runAssertions(global, 'tutu', true, fun1, fun2, fun3);
41 runAssertions(global, Symbol.for('tutu'), true, fun1, fun2, fun3);
48 runAssertions(global, 'tata', false, fun1, fun2, fun3);
49 runAssertions(global, Symbol.for('tata'), false, fun1, fun2, fun3);
58 runAssertions(${variable}, 'tutu', true, fun1, fun2, fun3);
59 runAssertions(${variable}, Symbol.for('tutu'), true, fun1, fun2, fun3);
69 runAssertions(${variable}, 'tata', false, fun1, fun2, fun3);
70 runAssertions(${variable}, Symbol.for('tata'), false, fun1, fun2, fun3);
[all...]
/third_party/typescript/tests/baselines/reference/
H A DtypeArgumentsWithStringLiteralTypes01.js15 function fun3<T>(...args: T[]): T {
27 export let e = fun3("Hello", "Hello", "World", "Foo");
58 export let e = fun3<"Hello">("Hello", "World");
90 export let e = fun3<"Hello" | "World">("Hello", "World");
121 function fun3() { function
137 n1.e = fun3("Hello", "Hello", "World", "Foo");
165 n2.e = fun3("Hello", "World");
193 n3.e = fun3("Hello", "World");
222 declare function fun3<T>(...args: T[]): T;
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dtransformation_add_parameter_test.cpp281 OpName %14 "fun3(" in TEST()
396 OpName %14 "fun3("
529 OpName %14 "fun3("
621 OpName %14 "fun3("
770 OpName %14 "fun3("
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_add_parameter_test.cpp281 OpName %14 "fun3(" in TEST()
396 OpName %14 "fun3("
529 OpName %14 "fun3("
621 OpName %14 "fun3("
770 OpName %14 "fun3("
/third_party/spirv-tools/test/fuzz/
H A Dtransformation_add_parameter_test.cpp281 OpName %14 "fun3(" in TEST()
396 OpName %14 "fun3("
529 OpName %14 "fun3("
621 OpName %14 "fun3("
770 OpName %14 "fun3("
/third_party/libabigail/tests/data/test-abicompat/
H A Dtest1-fn-removed-v0.cc15 fun3() in fun3() function
H A Dtest3-fn-removed-v0.cc18 fun3() in fun3() function
H A Dtest0-fn-changed-libapp.h33 fun3(S3*);
H A Dtest0-fn-changed-libapp-v0.cc77 fun3(S3*) in fun3() function
/third_party/libabigail/tests/data/test-diff-dwarf/
H A Dtest26-added-parms-before-variadic-v0.c17 fun3(const char* c, const int* d, ...) in fun3() function
H A Dtest26-added-parms-before-variadic-v1.c23 fun3(const char* c, const int* d, const int* d1, ...) in fun3() function

Completed in 5 milliseconds