Changeset 36859 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Sep 24, 2008, 1:13:05 PM (17 years ago)
Author:
[email protected]
Message:

2008-09-24 Geoffrey Garen <[email protected]>

Reviewed by Darin Adler.

  • API/JSBase.h: Filled in some missing function names.
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/API/JSBase.h

    r35442 r36859  
    8585
    8686/*!
    87 @function
     87@function JSEvaluateScript
    8888@abstract Evaluates a string of JavaScript.
    8989@param ctx The execution context to use.
     
    110110
    111111/*!
    112 @function
     112@function JSGarbageCollect
    113113@abstract Performs a JavaScript garbage collection.
    114114@param ctx The execution context to use.
  • trunk/JavaScriptCore/ChangeLog

    r36853 r36859  
     12008-09-24  Geoffrey Garen  <[email protected]>
     2
     3        Reviewed by Darin Adler.
     4
     5        * API/JSBase.h: Filled in some missing function names.
     6
    172008-09-24  Geoffrey Garen  <[email protected]>
    28
Note: See TracChangeset for help on using the changeset viewer.