Searched refs:instanceof (Results 1 – 3 of 3) sorted by relevance
173 json::Object instanceof; in run() local175 instanceof[kv.first] = std::move(kv.second); in run()176 root["!instanceof"] = std::move(instanceof); in run()
483 * ``!instanceof``: a dictionary whose keys are the class names defined486 from that class. So ``root["!instanceof"]["Instruction"]``, for
115 The ``isa<>`` operator works exactly like the Java "``instanceof``" operator.161 ``instanceof`` operator, can be abused. In particular, you should not use big