toBool            541 extensions/fileio/fileio.cpp     bool b = toBool(fn.arg(0), getVM(fn));
toBool            324 libcore/Button.cpp         return toBool(track, vm);
toBool            339 libcore/Button.cpp     return toBool(enabled, getVM(*obj));
toBool            752 libcore/DisplayObject.cpp     return toBool(val, getVM(*obj));
toBool           1334 libcore/MovieClip.cpp             if (toBool(focusEnabled, getVM(*obj))) return true; 
toBool           1475 libcore/MovieClip.cpp             toBool(track, vm));
toBool           1927 libcore/MovieClip.cpp     return toBool(enabled, getVM(*obj));
toBool            367 libcore/Video.cpp     const bool smooth = toBool(fn.arg(0), getVM(fn));
toBool            120 libcore/asobj/Boolean_as.cpp         return as_value(toBool(fn.arg(0), getVM(fn)));
toBool            123 libcore/asobj/Boolean_as.cpp     const bool val = fn.nargs ? toBool(fn.arg(0), getVM(fn)) : false;
toBool            301 libcore/asobj/Camera_as.cpp     const bool favorArea = nargs > 3 ? toBool(fn.arg(3), getVM(fn)) : true;
toBool            588 libcore/asobj/Camera_as.cpp     ptr->setLoopback(toBool(fn.arg(0), getVM(fn)));
toBool            470 libcore/asobj/Microphone_as.cpp     ptr->setUseEchoSuppression(toBool(fn.arg(0), getVM(fn)));
toBool           1023 libcore/asobj/MovieClip_as.cpp              const bool shapeFlag = toBool(fn.arg(2), getVM(fn));
toBool           1586 libcore/asobj/MovieClip_as.cpp             pixelHinting = toBool(fn.arg(3), getVM(fn));
toBool           1891 libcore/asobj/MovieClip_as.cpp         st.setLockCentered(toBool(fn.arg(0), getVM(fn)));
toBool           1986 libcore/asobj/MovieClip_as.cpp         const bool repeat = toBool(fn.arg(2), getVM(fn));
toBool           1991 libcore/asobj/MovieClip_as.cpp     if (fn.nargs > 3 && toBool(fn.arg(3), getVM(fn))) {
toBool           2115 libcore/asobj/MovieClip_as.cpp     ptr->setLockRoot(toBool(fn.arg(0), getVM(fn)));
toBool           1617 libcore/asobj/NetStream_as.cpp         mode = toBool(fn.arg(0), getVM(fn)) ? NetStream_as::pauseModePause :
toBool           1154 libcore/asobj/Sound_as.cpp         streaming = toBool(fn.arg(1), getVM(fn));
toBool            206 libcore/asobj/Stage_as.cpp     const bool state = toBool(fn.arg(0), getVM(fn));
toBool            288 libcore/asobj/TextField_as.cpp         ptr->setDrawBackground(toBool(fn.arg(0), getVM(fn)));
toBool            303 libcore/asobj/TextField_as.cpp         ptr->setDrawBorder(toBool(fn.arg(0), getVM(fn)));
toBool            373 libcore/asobj/TextField_as.cpp     ptr->setEmbedFonts(toBool(fn.arg(0), getVM(fn)));
toBool            386 libcore/asobj/TextField_as.cpp         ptr->setWordWrap(toBool(fn.arg(0), getVM(fn)));
toBool            401 libcore/asobj/TextField_as.cpp         ptr->setHtml( toBool(fn.arg(0), getVM(fn)) );
toBool            418 libcore/asobj/TextField_as.cpp         ptr->setSelectable( toBool(fn.arg(0), getVM(fn)) );
toBool            510 libcore/asobj/TextField_as.cpp             if (toBool(arg, getVM(fn))) {
toBool            746 libcore/asobj/TextField_as.cpp     text->password(toBool(fn.arg(0), getVM(fn)));
toBool            760 libcore/asobj/TextField_as.cpp     text->multiline(toBool(fn.arg(0), getVM(fn)));
toBool             85 libcore/asobj/TextFormat_as.cpp         return toBool(val, getVM(fn()));
toBool            423 libcore/asobj/TextFormat_as.cpp 	        tf->underlinedSet(toBool(fn.arg(5), getVM(fn)));
toBool            425 libcore/asobj/TextFormat_as.cpp 	        tf->italicSet(toBool(fn.arg(4), getVM(fn)));
toBool            427 libcore/asobj/TextFormat_as.cpp 	        tf->boldSet(toBool(fn.arg(3), getVM(fn)));
toBool            532 libcore/asobj/TextSnapshot_as.cpp     const bool ignoreCase = !toBool(fn.arg(2), getVM(fn));
toBool            586 libcore/asobj/TextSnapshot_as.cpp     const bool newlines = fn.nargs ? toBool(fn.arg(0), getVM(fn)) : false;
toBool            610 libcore/asobj/TextSnapshot_as.cpp     const bool newline = (fn.nargs > 2) ? toBool(fn.arg(2), getVM(fn)) : false;
toBool            657 libcore/asobj/TextSnapshot_as.cpp     const bool selected = (fn.nargs > 2) ? toBool(fn.arg(2), getVM(fn)) : true;
toBool            628 libcore/asobj/XMLNode_as.cpp     if (fn.nargs > 0) deep = toBool(fn.arg(0), getVM(fn));
toBool            530 libcore/asobj/XML_as.cpp     return toBool(val, getVM(*obj));
toBool            664 libcore/asobj/XML_as.cpp             static_cast<XML_as::LoadStatus>(toBool(fn.arg(0), getVM(fn))));
toBool            886 libcore/asobj/flash/display/BitmapData_as.cpp     const bool transparent = fn.nargs > 2 ? toBool(fn.arg(2), getVM(fn)) : true;
toBool            617 libcore/asobj/flash/external/ExternalInterface_as.cpp             return toBool(val, vm) ? as_value("<true/>") : as_value("<false/>");
toBool            223 libcore/asobj/flash/filters/BevelFilter_as.cpp     const bool sp_knockout = toBool(fn.arg(0), getVM(fn));
toBool            196 libcore/asobj/flash/filters/DropShadowFilter_as.cpp     const bool sp_knockout = toBool(fn.arg(0), getVM(fn));
toBool            208 libcore/asobj/flash/filters/DropShadowFilter_as.cpp     const bool sp_inner = toBool(fn.arg(0), getVM(fn));
toBool            221 libcore/asobj/flash/filters/DropShadowFilter_as.cpp     const bool sp_hideObject = toBool(fn.arg(0), getVM(fn));
toBool            174 libcore/asobj/flash/filters/GlowFilter_as.cpp     const bool sp_knockout = toBool(fn.arg(0), getVM(fn));
toBool            196 libcore/asobj/flash/filters/GradientBevelFilter_as.cpp     const bool sp_knockout = toBool(fn.arg(0), getVM(fn));
toBool            197 libcore/asobj/flash/filters/GradientGlowFilter_as.cpp     const bool sp_knockout = toBool(fn.arg(0), getVM(fn));
toBool            179 libcore/asobj/flash/geom/Rectangle_as.cpp     if (toBool(ret, vm)) return as_value(false); 
toBool            183 libcore/asobj/flash/geom/Rectangle_as.cpp     if (!toBool(ret, vm)) return as_value(false); 
toBool            187 libcore/asobj/flash/geom/Rectangle_as.cpp     if (toBool(ret, vm)) return as_value(false); 
toBool            191 libcore/asobj/flash/geom/Rectangle_as.cpp     if (!toBool(ret, vm)) return as_value(false); 
toBool            214 libcore/asobj/flash/geom/Rectangle_as.cpp     if (toBool(ret, vm)) return as_value(false); 
toBool            221 libcore/asobj/flash/geom/Rectangle_as.cpp     if (!toBool(ret, vm)) return as_value(false); 
toBool            229 libcore/asobj/flash/geom/Rectangle_as.cpp     if (toBool(ret, vm)) return as_value(false); 
toBool            236 libcore/asobj/flash/geom/Rectangle_as.cpp     if (!toBool(ret, vm)) return as_value(false); 
toBool            795 libcore/vm/ASHandlers.cpp     env.top(1).set_bool(toBool(env.top(1), getVM(env)) &&
toBool            796 libcore/vm/ASHandlers.cpp             toBool(env.top(0), getVM(env)));
toBool            806 libcore/vm/ASHandlers.cpp     env.top(1).set_bool(toBool(env.top(1), getVM(env)) ||
toBool            807 libcore/vm/ASHandlers.cpp             toBool(env.top(0), getVM(env)));
toBool            816 libcore/vm/ASHandlers.cpp     env.top(0).set_bool(!toBool(env.top(0), getVM(env)));
toBool           1208 libcore/vm/ASHandlers.cpp     st.setLockCentered(toBool(env.top(1), getVM(env)));
toBool           1211 libcore/vm/ASHandlers.cpp     if (toBool(env.top(2), getVM(env))) {
toBool           1932 libcore/vm/ASHandlers.cpp     const bool test = toBool(env.pop(), getVM(env));
toBool            401 libcore/vm/VM.h bool toBool(const as_value& v, const VM& vm);