Searched refs:instanceOfType (Results 1 – 2 of 2) sorted by relevance
718 public void instanceOfType(Local<?> target, Local<?> source, TypeId<?> type) { in instanceOfType() method in Code
1286 code.instanceOfType(localResult, localObject, TypeId.STRING); in testInstanceOf()