Ignore:
Timestamp:
Aug 18, 2019, 1:27:07 PM (6 years ago)
Author:
Ross Kirsling
Message:

[JSC] Correct a->an in error messages and API docblocks
https://bugs.webkit.org/show_bug.cgi?id=200833

Reviewed by Don Olmstead.

JSTests:

  • ChakraCore/test/UnitTestFramework/UnitTestFramework.js:

(assert.assert.return.throws):

  • stress/promise-finally-should-accept-non-promise-objects.js:
  • wasm/js-api/table.js:

(assert.throws):

Source/JavaScriptCore:

  • API/JSObjectRef.h:
  • builtins/PromiseConstructor.js:

(race):
(reject):
(resolve):

  • builtins/PromisePrototype.js:

(finally):

  • jsc.cpp:

(functionAsyncTestStart):

  • parser/Parser.cpp:

(JSC::Parser<LexerType>::parseIfStatement):

  • wasm/WasmSectionParser.cpp:

(JSC::Wasm::SectionParser::parseResizableLimits):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/API/JSObjectRef.h

    r246265 r248833  
    462462 @param arguments A JSValue array of arguments to pass to the Error Constructor. Pass NULL if argumentCount is 0.
    463463 @param exception A pointer to a JSValueRef in which to store an exception, if any. Pass NULL if you do not care to store an exception.
    464  @result A JSObject that is a Error.
     464 @result A JSObject that is an Error.
    465465 */
    466466JS_EXPORT JSObjectRef JSObjectMakeError(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) JSC_API_AVAILABLE(macos(10.6), ios(7.0));
Note: See TracChangeset for help on using the changeset viewer.