Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cjs_publicmethods_embeddertest.cpp File Reference

(0ccf980226462398d5097987466bcffd8236e1e9)

#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"
Include dependency graph for cjs_publicmethods_embeddertest.cpp:

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)

Function Documentation

◆ TEST_F() [1/4]

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().

Here is the call graph for this function:

◆ TEST_F() [2/4]

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().

Here is the call graph for this function:

◆ TEST_F() [3/4]

TEST_F ( CJSPublicMethodsEmbedderTest ,
ParseDateUsingFormat  )

Definition at line 29 of file cjs_publicmethods_embeddertest.cpp.

◆ TEST_F() [4/4]

TEST_F ( CJSPublicMethodsEmbedderTest ,
PrintDateUsingFormat  )

Definition at line 117 of file cjs_publicmethods_embeddertest.cpp.

References fxcrt::WideString::operator=(), and CJS_PublicMethods::PrintDateUsingFormat().

Here is the call graph for this function: