Home
last modified time | relevance | path

Searched defs:getNull (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/js-native-api/test_general/
Dtest_general.c53 static napi_value getNull(napi_env env, napi_callback_info info) { in getNull() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DJSON.cpp35 llvm::Optional<std::nullptr_t> Object::getNull(StringRef K) const { in getNull() function in llvm::json::Object