File: test_val.out

package info (click to toggle)
emscripten 3.1.69%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 121,872 kB
  • sloc: ansic: 636,110; cpp: 425,974; javascript: 78,401; python: 58,404; sh: 49,154; pascal: 5,237; makefile: 3,365; asm: 2,415; lisp: 1,869
file content (44 lines) | stat: -rw-r--r-- 1,852 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
test: val array()...
test: template<typename T> val array(const std::vector<T> vec)...
test: template<typename Iter> val array(Iter begin, Iter end)...
test: val object()...
test: val undefined()...
test: val null()...
test: val global(const char* name = 0)...
test: template<typename T> explicit val(T&& value)...
test: val(const char* v)...
test: val()...
test: bool isNull()...
test: bool isUndefined()...
test: bool isTrue()...
test: bool isFalse()...
test: bool isNumber()...
test: bool isString()...
test: bool isArray()...
test: val& operator=(val&& v)...
test: bool equals(const val& v)...
test: bool operator==(const val& v)...
test: bool operator!=(const val& v)...
test: bool strictlyEquals(const val& v)...
test: bool operator>(const val& v)...
test: bool operator>= (const val& v)...
test: bool operator<(const val& v)...
test: bool operator<= (const val& v)...
test: bool operator!()...
test: template<typename... Args> val new_(Args&&... args)...
test: template<typename T> val operator[](const T& key)...
test: template<typename K, typename V> void set(const K& key, const V& value)...
test: template<typename... Args> val operator()(Args&&... args)...
test: template<typename ReturnValue, typename... Args> ReturnValue call(const char* name, Args&&... args)...
test: template<typename T, typename ...Policies> T as(Policies...)...
test: val typeOf()...
test: bool instanceof(const val& v)...
test: bool in(const val& v)...
test: template<typename T> bool delete_(const T& property)...
test: void throw_() const...
test: template<typename T> std::vector<T> vecFromJSArray(const val& v)...
test: template<typename T> std::vector<T *> vecFromJSArray(const val& v)...
test: template<typename T> std::vector<T> convertJSArrayToNumberVector(const val& v)...
test: val u8string(const char* s)...
test: val u16string(const char16_t* s)...
end