Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dutilities.ts2373 if (node && isCallExpression(node) && isBindableObjectDefinePropertyCall(node)) {
2499 …export function isBindableObjectDefinePropertyCall(expr: CallExpression): expr is BindableObjectDe… function
2546 if (!isBindableObjectDefinePropertyCall(expr)) {
Dbinder.ts3125 … else if (isCallExpression(declaration) && isBindableObjectDefinePropertyCall(declaration)) {
Dchecker.ts8643 … if (isCallExpression(declaration) && isBindableObjectDefinePropertyCall(declaration)) {
34089 if (!isBindableObjectDefinePropertyCall(d)) {
43663 …if (isCallExpression(parent) && isBindableObjectDefinePropertyCall(parent) && parent.arguments[1] …
/third_party/typescript/src/services/
DfindAllReferences.ts1481 …ualsDeclaration(node) || (isCallExpression(node.parent) && isBindableObjectDefinePropertyCall(node…
/third_party/typescript/lib/
DtypingsInstaller.js16798 if (node && ts.isCallExpression(node) && isBindableObjectDefinePropertyCall(node)) {
16923 function isBindableObjectDefinePropertyCall(expr) { function
16932 ts.isBindableObjectDefinePropertyCall = isBindableObjectDefinePropertyCall;
16970 if (!isBindableObjectDefinePropertyCall(expr)) {
49922 … else if (ts.isCallExpression(declaration) && ts.isBindableObjectDefinePropertyCall(declaration)) {
58204 … if (ts.isCallExpression(declaration) && ts.isBindableObjectDefinePropertyCall(declaration)) {
81872 if (!ts.isBindableObjectDefinePropertyCall(d)) {
90483 …if (ts.isCallExpression(parent) && ts.isBindableObjectDefinePropertyCall(parent) && parent.argumen…
Dtsc.js13120 if (node && ts.isCallExpression(node) && isBindableObjectDefinePropertyCall(node)) {
13215 function isBindableObjectDefinePropertyCall(expr) { function
13224 ts.isBindableObjectDefinePropertyCall = isBindableObjectDefinePropertyCall;
13258 if (!isBindableObjectDefinePropertyCall(expr)) {
41215 … else if (ts.isCallExpression(declaration) && ts.isBindableObjectDefinePropertyCall(declaration)) {
48280 … if (ts.isCallExpression(declaration) && ts.isBindableObjectDefinePropertyCall(declaration)) {
68825 if (!ts.isBindableObjectDefinePropertyCall(d)) {
76297 …if (ts.isCallExpression(parent) && ts.isBindableObjectDefinePropertyCall(parent) && parent.argumen…