Pullfrog [vmnf9] #137
Annotations
4 errors and 2 warnings
|
pullfrog
output: Symbol enumerable: true
[eval]:6
Object.defineProperty(obj, sym, { value: 42, enumerable: false });
^
TypeError: Cannot redefine property: Symbol(test)
at Function.defineProperty (<anonymous>)
at [eval]:6:8
at runScriptInThisContext (node:internal/vm:209:10)
at node:internal/process/execution:118:14
at [eval]-wrapper:6:24
at runScript (node:internal/process/execution:101:62)
at evalScript (node:internal/process/execution:133:3)
at node:internal/main/eval_string:51:3
Node.js v20.20.0
|
|
pullfrog
bash command failed with exit code 1: node -e "
const sym = Symbol('test');
const obj = {};
Object.defineProperty(obj, sym, { value: 42, enumerable: true });
console.log('Symbol enumerable:', Object.prototype.propertyIsEnumerable.call(obj, sym));
Object.defineProperty(obj, sym, { value: 42, enumerable: false });
console.log('Symbol non-enumerable:', Object.prototype.propertyIsEnumerable.call(obj, sym));
obj[Symbol('direct')] = 99;
console.log('Symbol direct assign:', Object.prototype.propertyIsEnumerable.call(obj, Object.getOwnPropertySymbols(obj)[1]));
"
|
|
pullfrog
tool error: path must be within the repository (symlink escape blocked): /tmp/pullfrog-eFSdNF/pr-5719.diff
|
|
pullfrog
tool error: path must be within the repository (symlink escape blocked): /tmp/pullfrog-eFSdNF/pr-5719.diff
|
|
pullfrog
Tool error: Error: path must be within the repository (symlink escape blocked): /tmp/pullfrog-eFSdNF/pr-5719.diff
|
|
pullfrog
Tool error: Error: path must be within the repository (symlink escape blocked): /tmp/pullfrog-eFSdNF/pr-5719.diff
|