--- title: Boolean.prototype.toSource() slug: Web/JavaScript/Reference/Global_Objects/Boolean/toSource translation_of: Web/JavaScript/Reference/Global_Objects/Boolean/toSource ---
ToSource () metodu, nesnenin kaynak kodunu temsil eden bir dize döndürür.
booleanObj.toSource() Boolean.toSource()
Nesnenin kaynak kodunu temsil eden bir dize.
toSource
metodu aşağıdaki değerleri döndürür:
function Boolean() { [native code] }
This method is usually called internally by JavaScript and not explicitly in code.
Herhangi bir standardın parçası değil. JavaScript 1.3'te uygulandı. 1.3.
{{Compat("javascript.builtins.Boolean.toSource")}}