Home
last modified time | relevance | path

Searched refs:innerResult (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DcontextualExpressionTypecheckingDoesntBlowStack.types47 const innerResult = parameter.validate(values[parameter.oaParameter.name]);
48 >innerResult : any
61 if(innerResult && innerResult.length > 0) {
62 >innerResult && innerResult.length > 0 : any
63 >innerResult : any
64 >innerResult.length > 0 : boolean
65 >innerResult.length : any
66 >innerResult : any
71 result = (result || []).concat(innerResult);
72 >result = (result || []).concat(innerResult) : IValidationError[]
[all …]
DcontextualExpressionTypecheckingDoesntBlowStack.symbols37 const innerResult = parameter.validate(values[parameter.oaParameter.name]);
38 >innerResult : Symbol(innerResult, Decl(contextualExpressionTypecheckingDoesntBlowStack.ts, 12, 17))
43 if(innerResult && innerResult.length > 0) {
44 >innerResult : Symbol(innerResult, Decl(contextualExpressionTypecheckingDoesntBlowStack.ts, 12, 17))
45 >innerResult : Symbol(innerResult, Decl(contextualExpressionTypecheckingDoesntBlowStack.ts, 12, 17))
48 result = (result || []).concat(innerResult);
53 >innerResult : Symbol(innerResult, Decl(contextualExpressionTypecheckingDoesntBlowStack.ts, 12, 17))
DcontextualExpressionTypecheckingDoesntBlowStack.js14 const innerResult = parameter.validate(values[parameter.oaParameter.name]);
15 if(innerResult && innerResult.length > 0) {
17 result = (result || []).concat(innerResult);
38 var innerResult = parameter.validate(values[parameter.oaParameter.name]);
39 if (innerResult && innerResult.length > 0) {
41 result = (result || []).concat(innerResult);
/third_party/typescript/tests/cases/compiler/
DcontextualExpressionTypecheckingDoesntBlowStack.ts17 const innerResult = parameter.validate(values[parameter.oaParameter.name]); constant
18 if(innerResult && innerResult.length > 0) {
20 result = (result || []).concat(innerResult);
/third_party/glslang/glslang/CInterface/
Dglslang_c_interface.cpp143 CallbackIncludeResult* innerResult = static_cast<CallbackIncludeResult*>(result); in releaseInclude() local
145 this->callbacks.free_include_result(this->context, innerResult->includeResult); in releaseInclude()
/third_party/node/deps/npm/node_modules/es-abstract/
Des2015.js521 var innerResult = this.Call(iteratorReturn, iterator, []);
535 if (this.Type(innerResult) !== 'Object') {