[Webkit-unassigned] [Bug 164120] SEGFAULT in JSC::BytecodeIntrinsicNode
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Oct 29 22:37:14 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=164120
Yusuke Suzuki <utatane.tea at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #2 from Yusuke Suzuki <utatane.tea at gmail.com> ---
That's OK. `@tryGetById` does not accept the form `@tryGetById("value")`.
These ones are called "bytecode intrinsic". They are special hatch for JSC builtin functions. They have some privilege that is not exposed to user JS.
They are only allowed to be used in the JSC builtin code and they are not exposed in the user environment.
But actually, the above code works. This is because the function "createBuiltin" is a function for testing builtins in the JSC shell harness.
So it should not be exposed to users. And actually, it is only exposed in the JSC shell.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161030/0291e260/attachment.html>
More information about the webkit-unassigned
mailing list