Searched refs:unrecognizedType (Results 1 – 1 of 1) sorted by relevance
4315 std::string unrecognizedType; in CheckJSCallbackInfo() local4322 unrecognizedType += "string|"; in CheckJSCallbackInfo()4329 unrecognizedType += "number|"; in CheckJSCallbackInfo()4336 unrecognizedType += "object|"; in CheckJSCallbackInfo()4343 unrecognizedType += "Function|"; in CheckJSCallbackInfo()4352 unrecognizedType.substr(0, unrecognizedType.size() - 1).c_str()); in CheckJSCallbackInfo()