MCPcopy Index your code
hub / github.com/angular/angular / isObject

Method isObject

packages/compiler-cli/linker/src/ast/ast_value.ts:282–284  ·  view source on GitHub ↗

* Is this value an object literal?

()

Source from the content-addressed store, hash-verified

280 * Is this value an object literal?
281 */
282 isObject(): boolean {
283 return this.host.isObjectLiteral(this.expression);
284 }
285
286 /**
287 * Parse this value into an `AstObject`, or error if it is not an object literal.

Callers 2

ast_value_spec.tsFile · 0.80
toInputMappingFunction · 0.80

Calls 1

isObjectLiteralMethod · 0.80

Tested by

no test coverage detected