Lines Matching refs:kind
17 expect(undefined.kind) == .undefined in spec()
25 expect(null.kind) == .null in spec()
34 expect(boolTrue.kind) == .bool in spec()
35 expect(boolFalse.kind) == .bool in spec()
43 expect(number.kind) == .number in spec()
51 expect(string.kind) == .string in spec()
58 expect(array.kind) == .object in spec()
67 expect(dict1.kind) == .object in spec()
68 expect(dict2.kind) == .object in spec()
77 expect(function.kind) == .function in spec()
83 expect(symbol.kind) == .symbol in spec()