![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <math.h>#include "core/fxcrt/fx_string.h"#include "fpdfsdk/cpdfsdk_helpers.h"#include "fxjs/cjs_event_context.h"#include "fxjs/cjs_publicmethods.h"#include "testing/external_engine_embedder_test.h"#include "testing/gtest/include/gtest/gtest.h"#include "v8/include/v8-container.h"#include "v8/include/v8-context.h"#include "v8/include/v8-isolate.h"#include "v8/include/v8-local-handle.h"#include "v8/include/v8-value.h"Go to the source code of this file.
Classes | |
| class | CJSPublicMethodsEmbedderTest |
Functions | |
| TEST_F (CJSPublicMethodsEmbedderTest, ParseDateUsingFormat) | |
| TEST_F (CJSPublicMethodsEmbedderTest, PrintDateUsingFormat) | |
| TEST_F (CJSPublicMethodsEmbedderTest, AFSimpleCalculateSum) | |
| TEST_F (CJSPublicMethodsEmbedderTest, AFNumberKeystroke) | |
| TEST_F | ( | CJSPublicMethodsEmbedderTest | , |
| AFNumberKeystroke | ) |
Definition at line 218 of file cjs_publicmethods_embeddertest.cpp.
References CJS_Runtime::GetCurrentEventContext(), CJS_Result::HasError(), CJS_Result::HasReturn(), and CJS_Runtime::NewEventContext().
| TEST_F | ( | CJSPublicMethodsEmbedderTest | , |
| AFSimpleCalculateSum | ) |
Definition at line 184 of file cjs_publicmethods_embeddertest.cpp.
References CJS_Runtime::GetCurrentEventContext(), CJS_Result::HasError(), CJS_Result::HasReturn(), CJS_Runtime::NewEventContext(), and CJS_EventContext::SetValueForTest().
| TEST_F | ( | CJSPublicMethodsEmbedderTest | , |
| ParseDateUsingFormat | ) |
Definition at line 29 of file cjs_publicmethods_embeddertest.cpp.
| TEST_F | ( | CJSPublicMethodsEmbedderTest | , |
| PrintDateUsingFormat | ) |
Definition at line 117 of file cjs_publicmethods_embeddertest.cpp.
References fxcrt::WideString::operator=(), and CJS_PublicMethods::PrintDateUsingFormat().