Displaying 7 results from an estimated 7 matches for "lastindex".
Did you mean:
last_index
2019 Aug 02
2
how to submit inter-dependent llvm and clang patches
...ve two BPF related patches,
clang: https://reviews.llvm.org/D65615
llvm: https://reviews.llvm.org/D65617
The llvm patch changes one IR Builder function signature:
from:
Value *CreatePreserveArrayAccessIndex(Value *Base, unsigned Dimension,
unsigned LastIndex)
to
Value *CreatePreserveArrayAccessIndex(Value *Base, unsigned Dimension,
unsigned LastIndex, MDNode *DbgInfo)
and the clang patch uses this newly changed function.
Any recommendation on what is the best practice to merge such llvm/clang
inter-dependent p...
2016 Aug 05
0
Wine release 1.9.16
...stream::operator>> for streambufs.
Jacek Caban (28):
jscript: Store function arguments on JS stack and transfer them to variable object only when needed.
jscipt: Use passed copy of arguments if they are alread at the top of the stack.
jscript: Fixed potential leak in RegExp lastIndex setter.
jscript: Set output to undefined in jsval_copy on failure.
wininet: Rewrite chunked stream to store full stream state and allow non-blocking reads crossing chunk boundries.
wininet: Added chunked stream blocking tests.
wininet: Return data available in current chunk...
2009 Dec 04
0
Wine release 1.1.34
...tW static and avoid forward its declaration.
wininet: Directly return error status from HTTP_HttpOpenRequestW.
wininet: Directly return error status from HTTP_HttpAddRequestHeadersW.
wininet: Make HTTP_HttpSendRequestW static and avoid its forward declaration.
jscript: Added lastIndex setter implementation.
jscript: Added lastIndex tests.
jscript: Pass NULL as retv to exec_source in exec_global_code.
mshtml: Don't wrap URIs related to Gecko special URIs.
mshtml: Don't depend on necko channel in nsChannel::QueryInterface implementation.
mshtm...
2009 Sep 02
0
Wine release 1.1.29
...r function declaration.
jscript: Throw an exception when evaluating invalid identifier instead of on lookup failure.
jscript: Return "undefined" type for invalid references.
jscript: Create undeclared values to script_disp instead of var_disp.
jscript: Added RegExp.lastIndex implementation.
jscript: Added RegExp.exec implementation.
jscript: Added RegExp.test implementation.
jscript: Use proper VARIANT_BOOL values in bool literals.
jscript: Create Array objects from proper constructor.
jscript: Get script_ctx_t as to_object arguments....
2010 Oct 29
0
Wine release 1.3.6
...cript: Added VBArray.getItem() implementation.
jscript: Added VBArray.toArray() implementation.
jscript: Added VBArray handling to to_object().
jscript: Improved error handling in VBArray functions.
jscript: Improved VBArray related tests.
jscript: Add index, input and lastIndex properties to regexp functions results.
jscript: Added DISPATCH_PROPERTYGET flag to some calls.
jscript: Added invocation flag tests.
msvcr90/tests: Make some tests fail if invalid_parameter_handler was not invoked.
urlmon: Improved url canonicalize when Uri_CREATE_FILE_USE_...
2010 Apr 16
0
Wine release 1.1.43
...clears again with FBOs.
Jacek Caban (6):
mshtml: Fixed nsIHttpChannel::GetRequestSucceeded implementation.
mshtml: Improved focus handling.
mshtml: Use DOM designMode to switch to editor mode.
mshtml: Use NSContainer HWND in handle_blur.
jscript: Use special case for lastIndex<0 only for global regexps in run_exec.
jscript: Fixed String.match implementation for non-global regexps.
Joel Holdsworth (29):
configure: Maintainer mode requires icotool v0.29.0 or newer.
configure: Maintainer mode requires imagemagick.
tools: Installed new icon build...
2010 Feb 05
0
Wine release 1.1.38
...nterfaces in SetClientSite.
shdocvw: Moved WebBrowser client site realizing to separated function and release more interfaces in SetClientSite.
jscript: Make RegExp contructor implementation more generic.
jscript: Added String.replace implementation.
jscript: Moved resetting lastIndex to do_regexp_match_next.
jscript: Skip tests on old jscript.dll.
mshtml: Call attached event handlers in reversed order.
mshtml: Added support for pure IDispatch event handlers.
mshtml: Added semi-stub IHTMLSelectElement::add implementation.
mshtml: Improved IHTMLWindo...