Home
last modified time | relevance | path

Searched defs:GetReturnValue (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-function-callback.h423 ReturnValue<T> FunctionCallbackInfo<T>::GetReturnValue() const { in GetReturnValue() function
458 ReturnValue<T> PropertyCallbackInfo<T>::GetReturnValue() const { in GetReturnValue() function
/third_party/node/deps/v8/src/debug/
Ddebug-stack-trace-iterator.cc119 v8::Local<v8::Value> DebugStackTraceIterator::GetReturnValue() const { in GetReturnValue() function in v8::internal::DebugStackTraceIterator
/third_party/node/deps/v8/src/api/
Dapi-arguments-inl.h41 Handle<V> CustomArguments<T>::GetReturnValue(Isolate* isolate) { in GetReturnValue() function