C++: Sync identical files.

This commit is contained in:
Geoffrey White
2020-11-24 16:29:14 +00:00
parent bc23809e1b
commit 8184f76d1f

View File

@@ -13,6 +13,7 @@ abstract class SafeExternalAPIFunction extends Function { }
/** The default set of "safe" external APIs. */
private class DefaultSafeExternalAPIFunction extends SafeExternalAPIFunction {
DefaultSafeExternalAPIFunction() {
// implementation note: this should be based on the properties of public interfaces, rather than accessing implementation classes directly. When we've done that, the three classes referenced here should be made fully private.
this instanceof PureStrFunction or
this instanceof StrLenFunction or
this instanceof PureMemFunction