MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / bindable-expressions.ts

File bindable-expressions.ts

packages/core/ui/core/bindable/bindable-expressions.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { parse } from 'acorn';
2import { isFunction, isNullOrUndefined, isObject } from '../../../utils/types';
3
4interface ASTExpression {

Callers

nothing calls this directly

Calls 12

isFunctionFunction · 0.90
isNullOrUndefinedFunction · 0.90
convertExpressionToValueFunction · 0.85
rightFunction · 0.85
getConverterCallbackFunction · 0.85
includesMethod · 0.80
unshiftMethod · 0.80
bindMethod · 0.80
getContextFunction · 0.70
callbackFunction · 0.50
ErrorClass · 0.50
pushMethod · 0.45

Tested by

no test coverage detected