Home
last modified time | relevance | path

Searched defs:isJson (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/instrumenter/
Dinstrumenter.ts50 const isJson = (arg: string) => arg.indexOf(".json") > 0; constant
/third_party/typescript/src/harness/
DvpathUtil.ts124 export function isJson(path: string) { function
/third_party/flutter/skia/src/ports/skia_ohos/
DFontConfig_ohos.cpp408 bool isJson = jsonReader->parse(data, data + size, &root, &errs); in checkConfigFile() local