Home
last modified time | relevance | path

Searched refs:SetReturnValue (Results 1 - 14 of 14) sorted by relevance

/third_party/node/src/
H A Dnode_file.h128 virtual void SetReturnValue(
185 void SetReturnValue(const v8::FunctionCallbackInfo<v8::Value>& args) override;
223 inline void SetReturnValue(
H A Dnode_file-inl.h256 void FSReqPromise<AliasedBufferT>::SetReturnValue( in SetReturnValue() function in node::fs::FSReqPromise
309 req_wrap->SetReturnValue(args); in AsyncDestCall()
H A Djs_native_api_v8.cc586 virtual void SetReturnValue(JSVM_Value value) = 0;
633 this->SetReturnValue(result); in InvokeCallback()
705 void SetReturnValue(JSVM_Value value) override {
752 this->SetReturnValue(result); in NameSetterInvokeCallback()
783 this->SetReturnValue(result); in NameGetterInvokeCallback()
816 this->SetReturnValue(result); in NameDeleterInvokeCallback()
849 this->SetReturnValue(result); in NameEnumeratorInvokeCallback()
883 this->SetReturnValue(result); in IndexSetterInvokeCallback()
915 this->SetReturnValue(result); in IndexGetterInvokeCallback()
948 this->SetReturnValue(resul in IndexDeleterInvokeCallback()
[all...]
H A Dnode_file.cc704 void FSReqCallback::SetReturnValue(const FunctionCallbackInfo<Value>& args) { in SetReturnValue() function in node::fs::FSReqCallback
2182 req_wrap_async->SetReturnValue(args); in WriteString()
/third_party/skia/third_party/externals/spirv-tools/test/util/
H A Dbit_vector_test.cpp57 TEST(BitVectorTest, SetReturnValue) { in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/util/
H A Dbit_vector_test.cpp57 TEST(BitVectorTest, SetReturnValue) { in TEST()
/third_party/spirv-tools/test/util/
H A Dbit_vector_test.cpp57 TEST(BitVectorTest, SetReturnValue) { in TEST()
/third_party/node/deps/v8/include/
H A Dv8-util.h198 bool SetReturnValue(const K& key, in SetReturnValue() function in v8::PersistentValueMapBase
245 bool SetReturnValue(ReturnValue<T> returnValue) { in SetReturnValue() function in v8::PersistentValueMapBase::PersistentValueReference
/third_party/node/deps/v8/include/v8-include/
H A Dv8-util.h202 bool SetReturnValue(const K& key, in SetReturnValue() function in v8::PersistentValueMapBase
250 bool SetReturnValue(ReturnValue<T> returnValue) { in SetReturnValue() function in v8::PersistentValueMapBase::PersistentValueReference
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.h555 void SetReturnValue(v8::Isolate* isolate, v8::Local<v8::Value> value);
H A Ddebug-interface.cc1094 void SetReturnValue(v8::Isolate* v8_isolate, v8::Local<v8::Value> value) { in SetReturnValue() function
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.h823 void SetReturnValue(VisitResult return_value) { in SetReturnValue() function in v8::internal::torque::ImplementationVisitor
H A Dimplementation-visitor.cc339 SetReturnValue(VisitResult(return_type, in InlineMacro()
356 SetReturnValue(VisitResult::NeverResult()); in InlineMacro()
1290 SetReturnValue(VisitResult(return_result.type(), return_value_range)); in Visit()
1293 SetReturnValue(return_result); in Visit()
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-agent-impl.cc1350 v8::debug::SetReturnValue(m_isolate, newValue); in setReturnValue()

Completed in 40 milliseconds