Home
last modified time | relevance | path

Searched defs:nativeMessage (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_sys_module/console/test/
Dtest_console.cpp323 NativeValue* nativeMessage = engine_->CreateString(counterName.c_str(), counterName.length()); variable
349 NativeValue* nativeMessage = engine_->CreateNumber(5); variable
370 NativeValue* nativeMessage = engine_->CreateNumber(5); // Random number variable
418 NativeValue* nativeMessage = reinterpret_cast<NativeValue*>(tabularData); variable
440 NativeValue* nativeMessage = engine_->CreateString(timerName.c_str(), timerName.length()); variable
479 NativeValue* nativeMessage = engine_->CreateString(message.c_str(), message.length()); variable
/commonlibrary/ets_utils/js_sys_module/timer/test/
Dtest_timer.cpp191 NativeValue* nativeMessage = engine_->CreateString(message.c_str(), message.length()); variable