Home
last modified time | relevance | path

Searched refs:undetectable (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/arktoolsgetundetectable/
H A Darktoolsgetundetectable.js17 var undetectable = ArkTools.getUndetectable(); variable
20 print(typeof undetectable == 'undefined');
21 print(typeof undetectable === 'undefined');
22 print(typeof undetectable != 'undefined');
23 print(typeof undetectable !== 'undefined');
26 print(typeof undetectable != 'function');
27 print(typeof undetectable !== 'function');
28 print(typeof undetectable == 'function');
29 print(typeof undetectable === 'function');
32 print(typeof undetectable !
[all...]

Completed in 0 milliseconds