[M120 Migration][MM] Support W3C EME
[platform/framework/web/chromium-efl.git] / tizen_src / ewk / chromium-ewk.filter
1 {
2   global:
3     ewk_*;
4     efl_webprocess_main;
5     extern "C++" {
6       v8::api_internal::*;
7       v8::Array::*;
8       v8::ConsumeCodeCacheTask::*;
9       v8::Context::*;
10       v8::EmbedderRootsHandler::*;
11       v8::EscapableHandleScope::*;
12       v8::Extension::*;
13       v8::External::*;
14       v8::FixedArray::*;
15       v8::Function::*;
16       v8::FunctionTemplate::*;
17       v8::HandleScope::*;
18       v8::Int32::*;
19       v8::Integer::*;
20       v8::internal::IsolateFromNeverReadOnlySpaceObject*;
21       v8::internal::ShouldThrowOnError*;
22       v8::internal::DecodeExternalPointerImpl*;
23       v8::internal::CanHaveInternalField*;
24       v8::Isolate::*;
25       v8::Message::*;
26       v8::MicrotasksScope::*;
27       v8::ModuleRequest::*;
28       v8::Number::*;
29       v8::Object::*;
30       v8::ObjectTemplate::*;
31       v8::RegisterExtension*;
32       v8::Script::*;
33       v8::String::*;
34       v8::Template::*;
35       v8::TryCatch::*;
36       v8::V8::*;
37       v8::Value::*;
38       std::*;
39     };
40     # ENABLE_WRT_JS
41     WRTMain;
42     WRTServiceMain;
43     ime_app_main;
44     node_module_register;
45
46   local: *;
47 };