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

(9c1f44f67466fea2fb20bb6f31fea388d8c65961)

#include <math.h>
#include <vector>
#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  CJS_PublicMethodsEmbedderTest
 

Functions

 TEST_F (CJS_PublicMethodsEmbedderTest, ParseDateUsingFormat)
 
 TEST_F (CJS_PublicMethodsEmbedderTest, PrintDateUsingFormat)
 
 TEST_F (CJS_PublicMethodsEmbedderTest, AFSimple_CalculateSum)
 
 TEST_F (CJS_PublicMethodsEmbedderTest, AFNumber_Keystroke)
 

Function Documentation

◆ TEST_F() [1/4]

TEST_F ( CJS_PublicMethodsEmbedderTest ,
AFNumber_Keystroke  )

Definition at line 220 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 ( CJS_PublicMethodsEmbedderTest ,
AFSimple_CalculateSum  )

Definition at line 186 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 ( CJS_PublicMethodsEmbedderTest ,
ParseDateUsingFormat  )

Definition at line 31 of file cjs_publicmethods_embeddertest.cpp.

◆ TEST_F() [4/4]

TEST_F ( CJS_PublicMethodsEmbedderTest ,
PrintDateUsingFormat  )

Definition at line 119 of file cjs_publicmethods_embeddertest.cpp.

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

+ Here is the call graph for this function: