Searched refs:fromInteger (Results 1 – 17 of 17) sorted by relevance
30 static String fromInteger(int number) { return String::fromInteger(number); } in fromInteger() function31 static String fromInteger(size_t number) { in fromInteger() function32 return String::fromInteger(number); in fromInteger()
62 return "{\"ordinal\":" + String16::fromInteger(frameOrdinal) + in serialize()63 ",\"injectedScriptId\":" + String16::fromInteger(injectedScriptId) + in serialize()
70 String16 script_id = String16::fromInteger(script->Id()); in Init()146 loc->script_id = String16::fromInteger(script_.Get(isolate)->Id()); in TranslateBack()160 size_t digits = String16::fromInteger(numFunctions - 1).length(); in GetFakeScriptUrl()161 String16 thisCategory = String16::fromInteger((func_index / 100) * 100); in GetFakeScriptUrl()173 return String16::concat(script_id, '-', String16::fromInteger(func_index)); in GetFakeScriptId()
50 static String16 fromInteger(int);51 static String16 fromInteger(size_t);
27 String16 scriptId = String16::fromInteger(frame->GetScriptId()); in toFrame()297 stackTrace.append(String16::fromInteger(frame.lineNumber())); in toString()299 stackTrace.append(String16::fromInteger(frame.columnNumber())); in toString()
55 .setScriptId(String16::fromInteger(node->GetScriptId())) in buildInspectorObjectFor()331 .setScriptId(String16::fromInteger(script->Id())) in takeCoverage()358 return String16::fromInteger( in nextProfileId()
105 : V8DebuggerScript(isolate, String16::fromInteger(script->Id()), in ActualScript()234 String16 v8ScriptId = String16::fromInteger(script->Id()); in getPossibleBreakpoints()
366 String16 String16::fromInteger(int number) { in fromInteger() function in v8_inspector::String16373 String16 String16::fromInteger(size_t number) { in fromInteger() function in v8_inspector::String16
280 *heapSnapshotObjectId = String16::fromInteger(static_cast<size_t>(id)); in getHeapObjectId()349 .setScriptId(String16::fromInteger(node->script_id)) in buildSampingHeapProfileNode()
359 String16::fromInteger(stackTrace->topLineNumber()); in countCallback()369 String16 countString = String16::fromInteger(count); in countCallback()543 String16 scriptId = String16::fromInteger(function->ScriptId()); in setFunctionBreakpoint()
99 toV8String(isolate, String16::fromInteger(scriptId))) in buildLocation()545 breakpointIds.push_back(String16::fromInteger( in handleProgramBreak()624 return agent->isFunctionBlackboxed(String16::fromInteger(script->Id()), start, in IsFunctionBlackboxed()
282 String16::fromInteger(lineNumber) + ":" + in setBreakpointByUrl()283 String16::fromInteger(columnNumber); in setBreakpointByUrl()
358 exceptionDetails->setScriptId(String16::fromInteger( in createExceptionDetails()
296 exceptionDetails->setScriptId(String16::fromInteger(m_scriptId)); in reportToFrontend()
569 String16::fromInteger(script->GetUnboundScript()->GetId()); in compileScript()
948 public static Inet4Address fromInteger(int address) { in fromInteger() method in InetAddresses
646 assertEquals(InetAddresses.fromInteger(0x7f000001), in testFromInteger()