Displaying 8 results from an estimated 8 matches for "to_object".
Did you mean:
no_object
2010 Mar 15
3
interesting fault.. how? (autocad 2008)
step 1
[Image: http://www.gimptr.com/gimptribay/step1.png ]
step2
[Image: http://www.gimptr.com/gimptribay/step2.png ]
What can i do?
2008 Sep 19
0
Wine release 1.1.5
...a regexp implementation.
jscript: Added string to object conversion implementation.
jscript: Added String.match implementation.
jscript: Added RegExp tests.
jscript: Added try statement implementation.
jscript: Added throw statement implementation.
jscript: Added to_object(VT_BOOL) implementation.
jscript: Added to_object(number) implementation.
jscript: Added '-' expression implementation.
jscript: Added '-=' expression implementation.
jscript: Added '*' expression implementation.
jscript: Added '*=' expr...
2012 Dec 21
0
Wine release 1.5.20
...varutil.h: Added InitPropVariantFromInt64 declaration and inline implementation.
atl100: Added AtlWinModuleExtractCreateWndData implementation.
atl100: Added AtlWinModuleExtractCreateWndData tests.
atl80: Updated spec file.
jscript: Added null and undefined values support to to_object.
Jason Edmeades (2):
cmd: Convert the set /a tests to validate better.
cmd: Add more tests for set /a.
Jiang Yike (1):
wined3d: Add recognition for NVIDIA GeForce GTX 660 Ti, 660, 650 Ti and 650.
Julian R?ger (1):
po: Update German translation.
J?rg H?hle (3):
mmde...
2009 Sep 02
0
Wine release 1.1.29
...t: 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.
jscript: Added 'instanceof' keyword implementation.
jscript: Create arguments object as a seaprated class inheriting from Object.
jscript: Added Function.call implementation.
jscript: Added Function.apply implementation.
jscript: Make Array.push gene...
2010 Oct 29
0
Wine release 1.3.6
...ed VBScript.lbound() implementation.
jscript: Added VBArray.ubound() implementation.
jscript: Added VBArray.dimensions() implementation.
jscript: 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 tes...
2010 Oct 01
0
Wine release 1.3.4
...for nsIURI::GetScheme implementation.
mshtml: Get rid of use_wine_url.
mshtml: Use IUri for nsIURL::GetQuery implementation.
mshtml: Added nsIURI::GetPath implementation.
urlmon: Skip tests on IEs older than 6 by checking for CompareSecurityIds.
jscript: Don't use to_object for nullDisp in Object function.
urlmon: Replace also bind_info in set_binding_sink.
urlmon.idl: Added more error codes.
James McKenzie (1):
wineps.drv: Correct a typo.
Juan Lang (45):
iphlpapi: Trace enumerated addresses.
iphlpapi: Set flags for adapters returned by...
2012 Sep 28
0
Wine release 1.5.14
...based to_primitive.
jscript: Always use jsval-based to_boolean.
jscript: Always use jsval-based to_number implementation.
jscript: Always use jsval-based to_uint32 implementation.
jscript: Always use jsval-based to_string implementation.
jscript: Always use jsval-based to_object implementation.
jscript: Store regexp last_index value as jsval.
jscript: Get rid of no longer needed VARIANT helpers.
jscript: Store Boolean object's value as BOOL instead of VARIANT_BOOL.
jscript: Return BOOL instead of VARIANT_BOOL from jsdisp_is_own_prop.
jscri...
2009 Sep 25
0
Wine release 1.1.30
...iltin functions.
jscript: Allow this_obj to be host object in call_function.
jscript: Added Object.toString for host objects implementation.
jscript: Allow 'this' to be host object in invoke_value_proc.
jscript: Throw correct error in get_length.
jscript: Fixed to_object for NULL IDispatch.
jscript: Throw type error fot Array.toString with wrong 'this' call.
jscript: Added Object.toString implementation for variable object.
jscript: Throw type error from call and apply functions.
Jaime Rave (1):
wined3d: Fix vendor detection when us...