[Webkit-unassigned] [Bug 25201] Add ScriptFunctionCall/ScriptObject for V8
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 14 20:27:36 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=25201
dglazkov at chromium.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #29488| |review?
Flag| |
------- Comment #1 from dglazkov at chromium.org 2009-04-14 20:27 PDT -------
Created an attachment (id=29488)
--> (https://bugs.webkit.org/attachment.cgi?id=29488&action=view)
Add ScriptFunctionCall/ScriptObject for V8, v1.
WebCore/ChangeLog | 23 ++++
WebCore/bindings/v8/ScriptFunctionCall.cpp | 168 ++++++++++++++++++++++++
WebCore/bindings/v8/ScriptFunctionCall.h | 70 ++++++++++
WebCore/bindings/v8/ScriptObject.cpp | 139 ++++++++++++++++++++
WebCore/bindings/v8/ScriptObject.h | 72 ++++++++++
WebCore/bindings/v8/ScriptObjectQuarantine.cpp | 102 ++++++++++++++
WebCore/bindings/v8/ScriptObjectQuarantine.h | 60 +++++++++
WebCore/bindings/v8/ScriptScope.cpp | 67 ++++++++++
WebCore/bindings/v8/ScriptScope.h | 57 ++++++++
WebCore/bindings/v8/ScriptState.cpp | 50 +++++++
WebCore/bindings/v8/ScriptState.h | 11 ++
WebCore/bindings/v8/ScriptString.h | 1 +
WebCore/bindings/v8/ScriptValue.h | 5 +
13 files changed, 825 insertions(+), 0 deletions(-)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list