Lines Matching defs:const
31 const std::string& url,
32 const std::string& name,
36 const SnapshotData* snapshot_data);
46 const char* error_code = nullptr,
47 const char* error_message = nullptr);
58 bool IsNotIndicativeOfMemoryLeakAtExit() const override;
60 bool is_stopped() const;
61 const SnapshotData* snapshot_data() const { return snapshot_data_; }
63 static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
65 const v8::FunctionCallbackInfo<v8::Value>& args);
66 static void SetEnvVars(const v8::FunctionCallbackInfo<v8::Value>& args);
67 static void StartThread(const v8::FunctionCallbackInfo<v8::Value>& args);
68 static void StopThread(const v8::FunctionCallbackInfo<v8::Value>& args);
69 static void HasRef(const v8::FunctionCallbackInfo<v8::Value>& args);
70 static void Ref(const v8::FunctionCallbackInfo<v8::Value>& args);
71 static void Unref(const v8::FunctionCallbackInfo<v8::Value>& args);
73 const v8::FunctionCallbackInfo<v8::Value>& args);
74 v8::Local<v8::Float64Array> GetResourceLimits(v8::Isolate* isolate) const;
75 static void TakeHeapSnapshot(const v8::FunctionCallbackInfo<v8::Value>& args);
76 static void LoopIdleTime(const v8::FunctionCallbackInfo<v8::Value>& args);
77 static void LoopStartTime(const v8::FunctionCallbackInfo<v8::Value>& args);
97 const char* custom_error_ = nullptr;
132 const SnapshotData* snapshot_data_ = nullptr;