Status/Resolution/Reason: Closed/Withdrawn/AsDesigned
Reporter/Name(from Bugbase): Aaron Neff / ()
Created: 04/30/2018
Components: Language, Functions
Versions: 2018
Failure Type: Incorrectly functioning
Found In Build/Fixed In Build: 2018.0.01.308605 (PreRelease) /
Priority/Frequency: Normal / Some users will encounter
Locale/System: / Platforms All
Vote Count: 0
Issue: isNULL, location, parameterExists, preserveSingleQuotes, quotedValueList, throw, trace, valueList, writeDump and writeLog are not 1st class
Repro:
<cfscript>
myNULL = NULL
function f(a) {
writeDump(a(myNULL))
}
f(isNULL)//throws Variable ISNULL is undefined.
</cfscript>
Actual Result: exception "Variable ISNULL is undefined."
Expected Result: YES
It doesn't matter if those functions are _currently_ not coldfusion.runtime.CFPageMethod. The issue is that they need to be.
Attachments:
Comments: