Home
last modified time | relevance | path

Searched refs:fromDouble (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/inspector/
Dstring-16.h43 static String16 fromDouble(double);
44 static String16 fromDouble(double, int precision);
Dstring-16.cc95 String16 String16::fromDouble(double number) { in fromDouble() function in v8_inspector::String16
102 String16 String16::fromDouble(double number, int precision) { in fromDouble() function in v8_inspector::String16
Dv8-console-message.cc108 String16::fromDouble(value.As<v8::NumberObject>()->ValueOf(), 6)); in append()
Dv8-console.cc439 protocolTitle + ": " + String16::fromDouble(elapsed) + " ms"; in timeEndFunction()
Dvalue-mirror.cc561 return String16::fromDouble(rawValue); in description()
/third_party/node/src/inspector/
Dnode_string.h61 String fromDouble(double d);
Dnode_string.cc85 String fromDouble(double d) { in fromDouble() function
/third_party/node/tools/inspector_protocol/lib/
Dbase_string_adapter_h.template55 static String fromDouble(double number) {
DValues_cpp.template358 StringUtil::builderAppend(*output, StringUtil::fromDouble(m_doubleValue));
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp78111 fromDouble(double d) { in fromDouble() function in JS::Value
78170 : Value::fromDouble(d); in CanonicalizedDoubleValue()
78323 : Value::fromDouble(double(i)); in NumberValue()