Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

chakrashim: missing return for stubbed method #468

Merged
merged 1 commit into from
Feb 17, 2018

Conversation

kfarnung
Copy link
Contributor

TracingController::CurrentTimestampMicroseconds is declared to return
an int64_t, but currently returns nothing.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

chakrashim

@kfarnung kfarnung self-assigned this Feb 17, 2018
@kfarnung kfarnung requested a review from MSLaguana February 17, 2018 00:06
`TracingController::CurrentTimestampMicroseconds` is declared to return
an `int64_t`, but currently returns nothing.

PR-URL: nodejs#468
Reviewed-By: Jimmy Thomson <[email protected]>
Reviewed-By: Hitesh Kanwathirtha <[email protected]>
@kfarnung kfarnung merged commit 3d9136d into nodejs:master Feb 17, 2018
@kfarnung kfarnung deleted the missingreturn branch February 17, 2018 00:40
kfarnung added a commit to kfarnung/node-chakracore that referenced this pull request Feb 23, 2018
`TracingController::CurrentTimestampMicroseconds` is declared to return
an `int64_t`, but currently returns nothing.

PR-URL: nodejs#468
Reviewed-By: Jimmy Thomson <[email protected]>
Reviewed-By: Hitesh Kanwathirtha <[email protected]>
kfarnung added a commit to kfarnung/node-chakracore that referenced this pull request Mar 6, 2018
`TracingController::CurrentTimestampMicroseconds` is declared to return
an `int64_t`, but currently returns nothing.

PR-URL: nodejs#468
Reviewed-By: Jimmy Thomson <[email protected]>
Reviewed-By: Hitesh Kanwathirtha <[email protected]>
kfarnung added a commit to kfarnung/node-chakracore that referenced this pull request Mar 7, 2018
`TracingController::CurrentTimestampMicroseconds` is declared to return
an `int64_t`, but currently returns nothing.

PR-URL: nodejs#468
Reviewed-By: Jimmy Thomson <[email protected]>
Reviewed-By: Hitesh Kanwathirtha <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants