Home
last modified time | relevance | path

Searched refs:tv (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dtime.cpp30 time_t tv = timeMs; in GetLocalOffsetFromOS() local
34 struct tm *t = localtime_r(&tv, &tm); in GetLocalOffsetFromOS()
46 time_t tv = timeMs; in IsDst() local
49 struct tm *t = localtime_r(&tv, &tm); in IsDst()
/arkcompiler/ets_runtime/ecmascript/mem/
Dincremental_marker.cpp130 struct timeval tv; in GetCurrentTimeInMs() local
131 gettimeofday(&tv, nullptr); in GetCurrentTimeInMs()
132 return static_cast<double>(tv.tv_sec) * MS_PER_SECOND + (tv.tv_usec / MS_PER_SECOND); in GetCurrentTimeInMs()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dtime.cpp38 time_t tv = timeMs; in IsDst() local
40 localtime_s(&nowtm, &tv); in IsDst()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h243 struct timeval tv = {0, 0}; in Now() local
244 gettimeofday(&tv, nullptr); in Now()
246 return tv.tv_usec + tv.tv_sec * THOUSAND * THOUSAND; in Now()
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Dspec.rb297 test_group['verification']&.each do |tv|
298 cnt += proc_test_verification(tv, spec_group, file)
/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_table.h372 JSTaggedValue tv = Get(fromIndex); in Rehash() local
373 newTable->Set(thread, insertionIndex, tv); in Rehash()
375 tv = Get(fromIndex + j); in Rehash()
376 newTable->Set(thread, insertionIndex + j, tv); in Rehash()
Djs_hclass.cpp114 JSTaggedValue tv = Get(fromIndex); in Rehash() local
115 newTable->Set(thread, insertionIndex, tv); in Rehash()
117 tv = Get(fromIndex + j); in Rehash()
118 newTable->Set(thread, insertionIndex + j, tv); in Rehash()
Djs_date.cpp525 struct timeval tv { in Now() struct
527 gettimeofday(&tv, nullptr); in Now()
528 ans = static_cast<int64_t>(tv.tv_sec) * MS_PER_SECOND + (tv.tv_usec / MS_PER_SECOND); in Now()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date.cpp177 JSHandle<JSTaggedValue> tv(thread, in ToJSON() local
181 if (tv->IsNumber()) { in ToJSON()
182 if (tv->IsDouble() && !std::isfinite(tv->GetDouble())) { in ToJSON()
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp843 struct timeval tv; in InitRandom() local
844 gettimeofday(&tv, NULL); in InitRandom()
845 randomState_ = static_cast<uint64_t>((tv.tv_sec * SECONDS_TO_SUBTLE) + tv.tv_usec); in InitRandom()
/arkcompiler/ets_frontend/test262/
DCI_tests.txt3516 language/expressions/template-literal/tv-null-character-escape-sequence.js
3519 language/expressions/template-literal/tv-zwnbsp.js
3520 language/expressions/template-literal/tv-template-middle.js
3523 language/expressions/template-literal/tv-no-substitution.js
3526 language/expressions/template-literal/tv-line-continuation.js
3529 language/expressions/template-literal/tv-template-head.js
3530 language/expressions/template-literal/tv-template-characters.js
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2tv,getContextualType:function(t,r){var n=e.getParseTreeNode(t,e.isExpression);if(n){var i=e.findAn… function in uc.Zc.tl.wl.Ll.nd.Vd.Xd.Qd.J.G.o.fe.$.Z.oe.lf.Jf.Vf.f.py.ih.Rh
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js33483 class tv {
33682 this._mouseInput = new tv;