Граф коммитов

8639 Коммитов

Автор SHA1 Сообщение Дата
timeless%mozdev.org c5a37e020e Bug 106386 Correct misspellings in source code
r=bc rs=brendan
2006-11-02 20:21:50 +00:00
igor.bukanov%gmail.com 1218fc7972 Bug 356856: fixing 64-bit-only burst + better comments and style. 2006-11-02 16:09:10 +00:00
szegedia%freemail.hu 43d4525504 Fix for Bugzilla #358058: disallow TAB key in editor 2006-11-02 09:37:48 +00:00
szegedia%freemail.hu 279a016d7a Using SecurityUtilities to query system properties 2006-11-02 09:34:23 +00:00
brendan%mozilla.org 56c2828fb3 Fix heavyweight generator activation to transfer the call and args objects to the generator's frame (359062, r=igor). 2006-11-01 23:42:23 +00:00
timeless%mozdev.org 24a61f105a Bug 106386 Correct misspellings in source code
r=glennrp@gmail.com, bclary@bclary.com rs=brendan
2006-11-01 23:02:18 +00:00
igor.bukanov%gmail.com cd89abff20 Bug 356856: Patch from Steve Snyder to use MSVC intrinsic function for faster implementation of bit scanning operations. r=me 2006-11-01 20:08:44 +00:00
gavin%gavinsharp.com 46c439b954 Bug 358867: void function returns a value, patch by Alfred Peng <alfred.peng@sun.com>, r=brendan/igor 2006-11-01 16:26:26 +00:00
bzbarsky%mit.edu 1079450d92 Fix allocator mismatch. Bug 306811, r+sr=shaver 2006-10-30 21:54:26 +00:00
bclary%bclary.com 12a7a1d42a JavaScript Tests - kill writeLineToLog, etc. Not part of the build. Bug 358665, r=igor 2006-10-30 16:48:38 +00:00
szegedia%freemail.hu a655fbcbba Allow Rhino to access public methods declared in public interfaces/superclasses of nonpublic classes 2006-10-30 15:04:44 +00:00
szegedia%freemail.hu a8b486c582 Added some small improvements to documentation 2006-10-30 13:10:27 +00:00
brendan%mozilla.org 32a4ab030e Fix from Gavin Reaney <gavin@picsel.com> for OOM-handling bugs in js_SweepScopeProperties (357388, r=me). 2006-10-29 15:00:04 +00:00
brendan%mozilla.org 2f58cefbd5 Fix 358508, r=mrbkap. 2006-10-29 07:25:18 +00:00
igor.bukanov%gmail.com dec6ec8590 Bug 358528: Fixing regression caused by my patch for bug 357169. r=brendan 2006-10-28 22:57:14 +00:00
bclary%bclary.com 231eb96268 JavaScript Test - regression test for bug 357754, by Blake Kaplan 2006-10-28 13:52:38 +00:00
brendan%mozilla.org 7afadf7f01 Fix body block scope capture by local functions (357754, r=mrbkap). 2006-10-28 05:55:06 +00:00
jst%mozilla.org 910e1211fb Fixing bug 355161. Make sure to innerize the global object when looking for class objects, and fix the innerObject() hook to deal with really early requests to innerize. r=mrbkap@gmail.com, sr=brendan@mozilla.org 2006-10-28 00:21:53 +00:00
bclary%bclary.com e0da75c3fb JavaScript Test - regression test for bug 358183, by Igor Bukanov 2006-10-27 21:12:40 +00:00
bclary%bclary.com 634e68263d JavaScript Tests - regression test for bug 350256, by Bertrand Le Roy 2006-10-27 21:04:36 +00:00
igor.bukanov%gmail.com 38964f9180 Bug 357169: temp root macros are type-safe now and details of AddRoot etc. implementation do not leak ouside jsgc.c. r=brendan 2006-10-27 19:38:33 +00:00
igor.bukanov%gmail.com 859043a411 Bug 358183: xml elements should be equal only if they have the same number of attributes. r=brendan 2006-10-26 23:28:44 +00:00
igor.bukanov%gmail.com 2a52d5a2af Bug 358192: Make sure that Out-of-Memory during exception initialization is properly propagated. r=brendan 2006-10-26 22:23:52 +00:00
igor.bukanov%gmail.com b4c3cc1f95 Bug 357063: use cursor operations to implement xml equality to properly implement E4X. r=brendan,jwalden 2006-10-26 13:36:16 +00:00
brendan%mozilla.org 7ded266fe0 Check in fix from Brian Crowder <crowder@fiverocks.com> to raise apply arg array length limit (350256, r=me). 2006-10-21 19:03:53 +00:00
cbiesinger%web.de 8807b2f780 Bug 341270 use the pref service's contract ID for
nsIPrefService/nsIPrefBranch, instead of the nsPref one
patch by Ryan Jones <sciguyryan+bugzilla@gmail.com> r=bclary
2006-10-20 09:58:28 +00:00
timeless%mozdev.org 32886284f8 Bug 357298 Remove obsolete and unusable null check from XPCCallContext
r=brendan sr=brendan
2006-10-20 07:29:28 +00:00
bclary%bclary.com e0438228ad JavaScript Test - regression test for bug 356085, by Jesse Ruderman 2006-10-15 09:57:44 +00:00
bclary%bclary.com 63036c9660 JavaScript Test - regression test for bug 356250, by Jesse Ruderman 2006-10-14 10:12:09 +00:00
brendan%mozilla.org 77361456db Fix 356250, r=mrbkap. 2006-10-14 04:39:26 +00:00
gavin%gavinsharp.com cce3aa394a Back out bug 356083 to fix bustage 2006-10-13 04:01:50 +00:00
gavin%gavinsharp.com f2166d65de Bug 356083: Incorrect decompilation for ({this setter: function () { } }), patch by Brian Crowder <crowder@fiverocks.com>, r=brendan 2006-10-13 03:11:49 +00:00
brendan%mozilla.org 74819fae31 Fix 356402, r=mrbkap. 2006-10-12 18:05:59 +00:00
bclary%bclary.com 71dc93aa6c JavaScript Test - regression test for bug 352797, by Jesse Ruderman 2006-10-12 10:51:19 +00:00
bclary%bclary.com 0578f5a1ed JavaScript Test - regression test for bug 356085, by Jesse Ruderman 2006-10-12 10:48:06 +00:00
igor.bukanov%gmail.com bacf88eaaa Bug 356238: Improving xml cycle detection. r=brendan 2006-10-11 21:42:18 +00:00
szegedia%freemail.hu 8a30d9b0dc Fix for #350580 2006-10-11 13:56:28 +00:00
szegedia%freemail.hu 28f2ccffe5 Regressing an issue with 352319 so we preserve backward compatibility with "jsc" generated classes from earlier Rhino releases 2006-10-11 12:27:30 +00:00
brendan%mozilla.org 05aae2bd33 Reflect call object into runtime scope chain before reflecting block objects (352797, r=mrbkap). 2006-10-10 21:59:37 +00:00
bclary%bclary.com e18e110d10 JavaScript Test - revert earlier change to regression test for bug 352013 2006-10-10 19:03:28 +00:00
bclary%bclary.com ac0b198889 JavaScript Test - regression test for bug 354998, by Igor Bukanov 2006-10-10 14:01:02 +00:00
gavin%gavinsharp.com 2afac24ceb Bug 356085: Incorrect decompilation for named getter function; property and function names are mashed together, patch by Brian Crowder <crowder@fiverocks.com>, r=brendan 2006-10-10 13:04:06 +00:00
bclary%bclary.com a5fafb0212 JavaScript Test - regression test for bug 346794, by CanadianGuy, Girts, Catalin Patulea 2006-10-10 11:17:38 +00:00
bclary%bclary.com 6f71201131 JavaScript Tests - regression tests for bug 350312, by Igor Bukanov, Brendan Eich 2006-10-10 10:55:11 +00:00
bclary%bclary.com a14d002577 JavaScript Test - regression test for bug 348532, by Igor Bukanov 2006-10-10 10:51:28 +00:00
bclary%bclary.com 83c7c0ca82 JavaScript Test - regression test for bug 345967, by Igor Bukanov 2006-10-10 10:48:20 +00:00
bclary%bclary.com 772e033e70 JavaScript Test - regression test for bug 355992, by Jesse Ruderman 2006-10-10 09:35:01 +00:00
bclary%bclary.com ea4e625f11 JavaScript Test - regression tests for bug 352742, by Jesse Ruderman 2006-10-10 09:28:04 +00:00
bclary%bclary.com 79a7ee9000 JavaScript Test - regression test for bug 352455, by Jesse Ruderman 2006-10-10 09:14:27 +00:00
bclary%bclary.com c7d0dffaac JavaScript Test - regression test for bug 346090, by Priit Laes, Brian Crowder 2006-10-10 09:00:35 +00:00
bclary%bclary.com da325aeab1 JavaScript Test - fix regression test for bug 352013 2006-10-10 08:46:43 +00:00
gavin%gavinsharp.com aeb3fdbc93 Bug 352455: JS engine stops execution trying to uneval an object w/ some non-function getters/setters, patch by Brian Crowder <crowder@fiverocks.com>, r=igor 2006-10-09 22:52:22 +00:00
gavin%gavinsharp.com 8fe4717ace Bug 355992: |Assertion failure: strncmp(rval, js_function_str, 8) == 0 && rval[8] == ' '| with non-function setter, patch by Brian Crowder <crowder@fiverocks.com>, r=brendan 2006-10-09 22:50:37 +00:00
gavin%gavinsharp.com 7c6f3e71e8 Bug 61911: typeof(/regExp/) should return "object", not "function", patch by Brian Crowder <crowder@fiverocks.com>, r=brendan 2006-10-09 22:47:24 +00:00
bclary%bclary.com 205767b22b JavaScript Test - regression test for bug 355982, by shutdown 2006-10-09 13:27:10 +00:00
bclary%bclary.com 054dbbfde3 JavaScript Tests - call gc() between iterations of BigO tests to eliminate gc timing effects, no bug, not part of the build 2006-10-09 13:20:14 +00:00
bclary%bclary.com a54bc47cc2 JavaScript Test - regression test for bug 347306, by Jesse Ruderman 2006-10-09 13:06:24 +00:00
bclary%bclary.com 88e2666cd7 JavaScript Tests - catch exception, bug 355556 2006-10-09 12:17:24 +00:00
bclary%bclary.com b77cb63ab8 JavaScript Tests - remove trailing space from slow-n.tests 2006-10-09 09:41:51 +00:00
bclary%bclary.com d96e395dee JavaScript Tests - terminate failures list with newline 2006-10-09 09:39:46 +00:00
brendan%mozilla.org 2eecdff6d5 Fix 355982, r=self. 2006-10-09 04:11:40 +00:00
igor.bukanov%gmail.com 39538c94cd Consistently using array cursors for internal enumerations to adhere to E4X fully. Patch comes mostly from Brendan with my extra cleanups. bug=354145 r=brendan 2006-10-08 22:48:54 +00:00
bclary%bclary.com 8bd38531d5 JavaScript Tests - add tests for bugs 319872, 324422 to slow tests, bug 354923 2006-10-07 20:37:50 +00:00
igor.bukanov%gmail.com 9b23c39125 Function code generation is in a separated function. bug=355834 r=brendan 2006-10-07 19:50:02 +00:00
brendan%mozilla.org 7c982af5f6 Followup fix to patch for bug 347306. 2006-10-07 19:27:04 +00:00
brendan%mozilla.org 0e2964f62c Fix O(n^2) growth bug in js_GetSrcNote (347306, r=igor). 2006-10-07 19:14:55 +00:00
bclary%bclary.com a4741a5379 JavaScript Test - regression test for bug 355556, by Jesse Ruderman 2006-10-07 10:41:32 +00:00
bclary%bclary.com 85cb35e4d2 JavaScript Test - regression test for bug 355341, by Jesse Ruderman 2006-10-07 10:39:01 +00:00
brendan%mozilla.org 68f1c50927 Simple null defense in js_PCToLineNumber (355341, r=igor). 2006-10-07 03:50:08 +00:00
igor.bukanov%gmail.com 46c67c6900 Navigate scope chain properly. bug=353079 r=brendan 2006-10-07 01:14:51 +00:00
brendan%mozilla.org f2d4c7e601 Fix DEBUG-only helpers not to prepend 0x to %p. 2006-10-06 21:06:08 +00:00
brendan%mozilla.org 94b3a1d76d Fix 241468, r=igor. 2006-10-06 20:13:46 +00:00
brendan%mozilla.org e810115841 Fix 355556, r=igor. 2006-10-06 20:10:21 +00:00
igor.bukanov%gmail.com d9094fc6b7 Enumerator must always return string. bug=355658 r=brendan 2006-10-06 20:10:06 +00:00
bclary%bclary.com c82ed5066a JavaScript Test - regression test for bug 355635, by Jesse Ruderman 2006-10-06 14:41:35 +00:00
bclary%bclary.com 09b5b8bbfd JavaScript Test - regression test for bug 355478, by Jesse Ruderman 2006-10-06 14:36:45 +00:00
bclary%bclary.com d0f0428d7a JavaScript Test - regression test for bug 355049, by Jesse Ruderman 2006-10-06 14:24:39 +00:00
bclary%bclary.com 53e43f8b66 JavaScript Test - regression test for bug 355023, by shutdown 2006-10-06 14:18:11 +00:00
gavin%gavinsharp.com d1c0eb9bcb Bug 352742: Array.filter on object {valueOf: Function} halts JavaScript execution, patch by Brian Crowder <crowder@fiverocks.com>, r=mrbkap 2006-10-06 12:47:30 +00:00
bclary%bclary.com de27e31a44 JavaScript Test - regression test for bug 352876, by Jesse Ruderman 2006-10-06 10:24:59 +00:00
bclary%bclary.com 9e01b45309 JavaScript Test regression test for bug 352870, by Jesse Ruderman 2006-10-06 10:18:14 +00:00
bclary%bclary.com 13c817db65 JavaScript Test - regression test for bug 351706, by Jesse Ruderman 2006-10-06 10:04:41 +00:00
bclary%bclary.com 16003969d8 JavaScript Test - regression test for bug 351120, by Jesse Ruderman 2006-10-06 09:58:10 +00:00
brendan%mozilla.org f613948df9 Fix hard case of empty group assignment in let block head (355635, r=mrbkap). 2006-10-06 07:50:47 +00:00
brendan%mozilla.org 7934e9a378 Fix 355049 (r=mrbkap). 2006-10-06 07:09:50 +00:00
brendan%mozilla.org 6a1a3fa77c Fix 355112, r=igor. 2006-10-06 02:23:56 +00:00
brendan%mozilla.org 6fd148ce4b Enable JS1.7 for JS XPCOM components (352748, r+sr=jst; patch from alex@crozilla.com's ZAP_20050610_BRANCH). 2006-10-06 01:07:37 +00:00
brendan%mozilla.org 189bee51c2 Fix __parent__ getter to censor lexical scopes, per ECMA-262 (355590, r=igor/mrbkap). 2006-10-05 23:33:03 +00:00
brendan%mozilla.org fff81cf9e4 Checking in patch from Nick Allen <nallen@acm.org> and Thue Janus Kristensen <thuejk@gmail.com> implementing merge-sort for Array.prototype.sort, for stability and best perf on real-world mostly- or often-ordered inputs (224128, r/sr=igor/brendan). 2006-10-05 23:28:51 +00:00
brendan%mozilla.org defea01fc8 Deoptimize group assignment to avoid writing extra code for the hard case where the rhs has fewer elements than the lhs (but the rhs might have proto-elements; 355023, r=mrbkap). 2006-10-05 21:18:22 +00:00
brendan%mozilla.org 7d5415763f Fix xml_hasOwnProperty to instance-check (355478, r=igor). 2006-10-05 20:35:29 +00:00
brendan%mozilla.org b55eae7ed6 Fix 355486, r=igor. 2006-10-05 07:28:20 +00:00
igor.bukanov%gmail.com 4905fe40a7 extra assert for safty. bug=355474 r=brendan 2006-10-05 07:21:50 +00:00
igor.bukanov%gmail.com 6f63251b4e We do not want to depend on String.prototype.__iterator__ in XML objects. bug=355474 r=brendan. 2006-10-05 06:59:16 +00:00
brendan%mozilla.org c6b11ccc2a Fix argo redness (what does ISO C say about #if'd macro actual args?). 2006-10-05 02:25:49 +00:00
igor.bukanov%gmail.com 93870f62c2 make sure that NewKeyValuePair is always sets rval. bug=354499 r=brendan 2006-10-05 01:29:48 +00:00
brendan%mozilla.org beca82a583 Another fast followup fix. 2006-10-05 00:56:24 +00:00
brendan%mozilla.org 39fb73f1f9 Fast followup fix for last patch, r=igor. 2006-10-05 00:40:02 +00:00
brendan%mozilla.org 6ac462c7ac Igor's cleanup patch, with some decompiler assist from me (354982, r=us). 2006-10-05 00:19:49 +00:00
bclary%bclary.com b8ce737879 JavaScript Test - regression test for bug 355145, by shutdown 2006-10-04 13:11:15 +00:00
gavin%gavinsharp.com 5ebeb98ba2 Un-back out the patch from bug 354392, since it didn't help with the mac orange (original patch by Brian Crowder <crowder@fiverocks.com>, r=brendan) 2006-10-04 04:40:18 +00:00
gavin%gavinsharp.com e6854bd991 Back out the patch from bug 354392 to rule it out as a cause of the Mac tinderbox bustage 2006-10-03 23:59:55 +00:00
igor.bukanov%gmail.com 4110184be5 Fix for warning about missed __iterator__. bug=355145 r=brendan 2006-10-03 22:47:23 +00:00
bclary%bclary.com 5aac116800 JavaScript Test - regression test for bug 355105, by Jesse Ruderman 2006-10-03 09:10:49 +00:00
bclary%bclary.com 70296f31d5 JavaScript Test - remove duplicate test, fix bad paste and catch run time error in tests for bug 346642 2006-10-03 06:40:03 +00:00
bclary%bclary.com 0bd3d48b6e JavaScript Test - move regression test for bug 355002 from js1_5 to js1_6 and modifiy to catch syntax error 2006-10-03 05:58:28 +00:00
brendan%mozilla.org 46d07affa7 Adjust assertion to cope with empty destructuring (355105, r=me). 2006-10-02 16:37:46 +00:00
bclary%bclary.com d3ebbd1200 JavaScript Test - tweak decompilation, bug 352202 2006-10-02 10:18:38 +00:00
bclary%bclary.com cbce000cb5 JavaScript Tests - tweak success reporting, change comparison on source, no bug, not part of the build 2006-10-02 10:14:47 +00:00
bclary%bclary.com 5af324f5b1 JavaScript Test - regression test for bug 355101, by Jesse Ruderman 2006-10-02 10:05:19 +00:00
bclary%bclary.com f9816f883f JavaScript Test - regression test for bug 355075, by Serge Gautherie, Igor Bukanov 2006-10-02 09:12:15 +00:00
bclary%bclary.com 4ebedaa676 JavaScript Test - regression test for bug 355090, by Jesse Ruderman 2006-10-02 07:37:50 +00:00
brendan%mozilla.org 7eb7f65a23 Fix 355101, r=self. 2006-10-02 07:08:11 +00:00
brendan%mozilla.org 57bedd8eb8 Fix 355075, r=igor. 2006-10-02 01:29:57 +00:00
brendan%mozilla.org 8a305bf873 Fix 355052, r=igor. 2006-10-02 01:06:44 +00:00
bclary%bclary.com c2360b750a JavaScript Test - regression test for bug 355002, by Jesse Ruderman 2006-10-01 23:29:56 +00:00
bclary%bclary.com 6602e9bd3e JavaScript Test - regression test for bgug 355004, by Jesse Ruderman 2006-10-01 23:12:01 +00:00
bclary%bclary.com 204cfb5fa9 JavaScript Test - regression test for bug 354878, by Jesse Ruderman 2006-10-01 20:45:27 +00:00
bclary%bclary.com fefcecfd50 JavaScript Test - the one true decompilation of an empty destructuring initialiser, bug 346642 2006-10-01 20:05:12 +00:00
bclary%bclary.com c2c7401401 JavaScript Test - enclose statement in function definition, bug 351606 2006-10-01 19:52:04 +00:00
igor.bukanov%gmail.com 85cce3b970 JS_PUSH_TEMP_ROOT_OBJECT now works as expected. bug=355029 r=brendan 2006-10-01 18:41:07 +00:00
igor.bukanov%gmail.com a7364d8c3d Now Iterator(obj) works again. bug=355025 r=brendan 2006-10-01 18:01:21 +00:00
brendan%mozilla.org d2ec14868b Fix holes-in-destructuring-array-patterns bug from hell (355004, tr=jesse). 2006-10-01 08:11:23 +00:00
brendan%mozilla.org cacc2ed2e5 Fix 355002. 2006-10-01 05:26:56 +00:00
igor.bukanov%gmail.com b6d7c7537d new Iterator() always constructs the default iterator. bug=354945 r=brendan 2006-10-01 00:17:15 +00:00
brendan%mozilla.org a51899eb85 Don't enforce [k,v] pattern restriction if destructuring for-each (346642). 2006-09-30 23:53:20 +00:00
brendan%mozilla.org bd81f3641b Igor's v2 patch for 354750, r=me. 2006-09-30 21:35:12 +00:00
brendan%mozilla.org b741fffb6d Alterna-fix for bug 354750, r=igor. 2006-09-30 21:06:01 +00:00
brendan%mozilla.org 3cf1933328 Fix 354924, r=igor. 2006-09-30 19:52:48 +00:00
brendan%mozilla.org 8b074b510e Fix 353249, r=igor. 2006-09-30 19:37:10 +00:00
bclary%bclary.com 05b22ec2b7 JavaScript Tests - regression tests for bug 346642, by Jesse Ruderman, Brendan Eich 2006-09-30 13:04:48 +00:00
bclary%bclary.com b02bee621f JavaScript Test - regression test for bug 354910, by Jesse Ruderman 2006-09-30 09:48:41 +00:00
brendan%mozilla.org 8ec80f5a1e Destructuring decompilation (346642, anticipating r=mrbkap). 2006-09-30 06:46:56 +00:00
bclary%bclary.com 371740e7c5 JavaScript Tests - list slow running tests, bug 354923 2006-09-30 06:40:43 +00:00
bclary%bclary.com ea08355d55 JavaScript Test - add additional diagnostic messages, bug 338756 2006-09-30 05:44:46 +00:00
gavin%gavinsharp.com 51bbd19cc3 Bug 354392: Refreshing a page while using ActiveState's JavaScript debugger often results in a Firefox crash [@ js_DecompileScript], patch by Brian Crowder <crowder@fiverocks.com>, r=brendan 2006-09-30 00:43:52 +00:00
bclary%bclary.com 2c3727bda3 JavaScript Test - regression test for bug 354541, by Reto Laemmler, Brendan Eich 2006-09-29 10:28:36 +00:00
brendan%mozilla.org 0dde0a841a Fix js_LookupCompileTimeConstant to look for hidden properties only on function objects (354541, r=igor). 2006-09-28 19:31:33 +00:00
szegedia%freemail.hu af293f69d0 Fixed line endings 2006-09-27 08:52:46 +00:00
szegedia%freemail.hu db04359b6e Clarifying docs 2006-09-27 08:09:50 +00:00
szegedia%freemail.hu 7f74759bd6 Avoiding double evaluation of an expression 2006-09-27 08:09:11 +00:00
dbaron%dbaron.org 0b93f5edc1 Fix brendan's bracing nit. b=353704 2006-09-27 00:55:03 +00:00
dbaron%dbaron.org d680403510 Fix error in my previous patch, caught by brendan. r+sr=jst b=353704 2006-09-27 00:40:20 +00:00
igor.bukanov%gmail.com f1055ce61a Re-factoring namespace-access methods to use XMLArrays, not JS Array instances for temporaries for faster and smaller code. bug=354151 r=brendan 2006-09-26 20:58:32 +00:00
szegedia%freemail.hu ad2bba6580 Fix for #353300 2006-09-26 12:48:46 +00:00
szegedia%freemail.hu b3df4c81ca Fix for #352319: only walking the scope parent chain when restarting a continuation 2006-09-26 11:42:34 +00:00
szegedia%freemail.hu 2647ce8b50 Fix for #352319: ability to restart a continuation from a catch or with block 2006-09-26 11:38:25 +00:00
bclary%bclary.com c2c5a7fd12 JavaScript Tests - eliminate NL(), bug 353998 2006-09-24 22:00:35 +00:00
bzbarsky%mit.edu b1dc13ba20 Fix build bustage. Bug 311582 2006-09-24 17:14:17 +00:00
bzbarsky%mit.edu 36be80db98 Don't copy the string data from mJSVal, since we're just going to keep the
JSString alive.  Bug 311582, r=jst, sr=brendan
2006-09-24 16:44:51 +00:00