File: class.Context.html

package info (click to toggle)
wpewebkit 2.48.6-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 421,736 kB
  • sloc: cpp: 3,671,212; javascript: 194,411; ansic: 165,592; python: 46,476; asm: 19,295; ruby: 18,528; perl: 16,602; xml: 4,650; yacc: 2,360; java: 1,993; sh: 1,948; lex: 1,327; pascal: 366; makefile: 87
file content (731 lines) | stat: -rw-r--r-- 23,812 bytes parent folder | download
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
<!--
SPDX-FileCopyrightText: The WebKit GTK and WPE teams

SPDX-License-Identifier: BSD, LGPL-2.1
-->

<!DOCTYPE html>
<html lang="en">
<head>
  <title>WPEJavaScriptCore.Context</title>
  <meta name="viewport" content="width=device-width, initial-scale=1">

  <meta charset="utf-8" />

  
  <meta property="og:type" content="website"/>

  

  
  <meta property="og:title" content="WPEJavaScriptCore.Context"/>
  <meta property="og:description" content="Reference for WPEJavaScriptCore.Context"/>
  <meta name="twitter:title" content="WPEJavaScriptCore.Context"/>
  <meta name="twitter:description" content="Reference for WPEJavaScriptCore.Context"/>


  
  <meta name="twitter:card" content="summary"/>

  
  
  
  

  <link rel="stylesheet" href="style.css" type="text/css" />

  

  
  <script src="urlmap.js"></script>
  
  
  <script src="fzy.js"></script>
  <script src="search.js"></script>
  
  <script src="main.js"></script>
</head>

<body>
  <div id="body-wrapper" tabindex="-1">

    <nav class="sidebar devhelp-hidden">
      
      
      <div class="search section">
        <form id="search-form" autocomplete="off">
          <input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
        </form>
      </div>
      
      <div class="section namespace">
        <h3><a href="index.html">WPEJavaScriptCore</a></h3>
        <p>API Version: 2.0</p>
        
        <p>Library Version: 2.48.6</p>
        
      </div>
      
<div class="section">
  <h5>Type</h5>
  <div class="links">
    <a class="current" href="class.Context.html#description">Context</a>
  </div>
</div>


<div class="section">
  <h5>Constructors</h5>
  <div class="links">
  
    <a class="ctor" href="ctor.Context.new.html">new</a>
  
    <a class="ctor" href="ctor.Context.new_with_virtual_machine.html">new_with_virtual_machine</a>
  
  </div>
</div>



<div class="section">
  <h5>Functions</h5>
  <div class="links">
  
    <a class="func" href="type_func.Context.get_current.html">get_current</a>
  
  </div>
</div>



<div class="section">
  <h5>Instance methods</h5>
  <div class="links">
  
    <a class="method" href="method.Context.check_syntax.html">check_syntax</a>
  
    <a class="method" href="method.Context.clear_exception.html">clear_exception</a>
  
    <a class="method" href="method.Context.evaluate.html">evaluate</a>
  
    <a class="method" href="method.Context.evaluate_in_object.html">evaluate_in_object</a>
  
    <a class="method" href="method.Context.evaluate_with_source_uri.html">evaluate_with_source_uri</a>
  
    <a class="method" href="method.Context.get_exception.html">get_exception</a>
  
    <a class="method" href="method.Context.get_global_object.html">get_global_object</a>
  
    <a class="method" href="method.Context.get_value.html">get_value</a>
  
    <a class="method" href="method.Context.get_virtual_machine.html">get_virtual_machine</a>
  
    <a class="method" href="method.Context.pop_exception_handler.html">pop_exception_handler</a>
  
    <a class="method" href="method.Context.push_exception_handler.html">push_exception_handler</a>
  
    <a class="method" href="method.Context.register_class.html">register_class</a>
  
    <a class="method" href="method.Context.set_value.html">set_value</a>
  
    <a class="method" href="method.Context.throw.html">throw</a>
  
    <a class="method" href="method.Context.throw_exception.html">throw_exception</a>
  
    <a class="method" href="method.Context.throw_printf.html">throw_printf</a>
  
    <a class="method" href="method.Context.throw_with_name.html">throw_with_name</a>
  
    <a class="method" href="method.Context.throw_with_name_printf.html">throw_with_name_printf</a>
  
  </div>
</div>



<div class="section">
  <h5>Properties</h5>
  <div class="links">
  
    <a class="property" href="property.Context.virtual-machine.html">virtual-machine</a>
  
  </div>
</div>









      <div class="section generator">
        <p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.1</p>
      </div>
    </nav>

    <button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>

    
<section id="main" class="content">
  <header>
    <h3>Class</h3>
    <h1 aria-label="Name"><a href="index.html">WPEJavaScriptCore</a><span class="sep" role="presentation"></span>Context</h1>
  </header>

  <section>
    <summary>
      <div class="docblock">
        <p></p>
      </div>

      <div class="toggle-wrapper">
        <h4 id="description" style="display:flex;">
          Description
          <a href="#description" class="anchor"></a>
          
          <a class="srclink" title="go to source location" href="https://github.com/WebKit/WebKit/tree/Source/JavaScriptCore/API/glib/JSCContext.cpp#L42">[src]</a>
          
        </h4>

        <pre><code>final class WPEJavaScriptCore.Context : GObject.Object {
  /* No available fields */
}</pre></code>

        <div class="docblock">
          <p>JSCContext represents a JavaScript execution context, where all operations
take place and where the values will be&nbsp;associated.</p>
<p>When a new context is created, a global object is allocated and the built-in JavaScript
objects (Object, Function, String, Array) are populated. You can execute JavaScript in
the context by using <code>jsc_context_evaluate()</code> or jsc_context_evaluate_with_source_uri().
It&#8217;s also possible to register custom objects in the context with&nbsp;jsc_context_register_class().</p>
        </div>

        <div class="docblock">
          
          
          
        </div>

        
      </div>
    </summary>

    
    <div class="toggle-wrapper hierarchy">
      <h4 id="hierarchy">
        Hierarchy
        <a href="#hierarchy" class="anchor"></a>
      </h4>
      <div class="docblock" alt="Hierarchy for WPEJavaScriptCore.Context">
        <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
 "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.40.1 (20161225.0304)
 -->
<!-- Title: hierarchy Pages: 1 -->
<svg width="91pt" height="116pt"
 viewBox="0.00 0.00 90.90 116.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 112)">
<title>hierarchy</title>
<!-- this -->
<g id="node1" class="node">
<title>this</title>
<g id="a_node1"><a xlink:title="JSCContext">
<path fill="none" stroke="#000000" d="M70.8444,-36C70.8444,-36 12.0518,-36 12.0518,-36 6.0518,-36 .0518,-30 .0518,-24 .0518,-24 .0518,-12 .0518,-12 .0518,-6 6.0518,0 12.0518,0 12.0518,0 70.8444,0 70.8444,0 76.8444,0 82.8444,-6 82.8444,-12 82.8444,-12 82.8444,-24 82.8444,-24 82.8444,-30 76.8444,-36 70.8444,-36"/>
<text text-anchor="middle" x="41.4481" y="-13.8" font-family="Times,serif" font-size="14.00" fill="#000000">JSCContext</text>
</a>
</g>
</g>
<!-- ancestor_0 -->
<g id="node2" class="node">
<title>ancestor_0</title>
<g id="a_node2"><a xlink:title="GObject.Object">
<path fill="none" stroke="#000000" d="M61.3731,-108C61.3731,-108 21.5231,-108 21.5231,-108 15.5231,-108 9.5231,-102 9.5231,-96 9.5231,-96 9.5231,-84 9.5231,-84 9.5231,-78 15.5231,-72 21.5231,-72 21.5231,-72 61.3731,-72 61.3731,-72 67.3731,-72 73.3731,-78 73.3731,-84 73.3731,-84 73.3731,-96 73.3731,-96 73.3731,-102 67.3731,-108 61.3731,-108"/>
<text text-anchor="middle" x="41.4481" y="-85.8" font-family="Times,serif" font-size="14.00" fill="#000000">GObject</text>
</a>
</g>
</g>
<!-- ancestor_0&#45;&#45;this -->
<g id="edge1" class="edge">
<title>ancestor_0&#45;&#45;this</title>
<path fill="none" stroke="#000000" d="M41.4481,-71.8314C41.4481,-61 41.4481,-47.2876 41.4481,-36.4133"/>
</g>
</g>
</svg>

      </div>
    </div>
    

    
    <div class="toggle-wrapper ancestors">
      <h4 id="ancestors">
        Ancestors
        <a href="#ancestors" class="anchor"></a>
      </h4>

      <div class="docblock">
        <ul>
        
          
          <li class="class"><a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a></li>
          
        
        </ul>
      </div>
    </div>
    

    

    

    
    <div class="toggle-wrapper constructors">
      <h4 id="constructors">
        Constructors
        <a href="#constructors" class="anchor"></a>
      </h4>

      <div class="docblock">
      
        <div class="">
          <h6><a href="ctor.Context.new.html">jsc_context_new</a></h6>
          <div class="docblock">
            <p>Create a new <code>JSCContext</code>. The context is created in a new <code>JSCVirtualMachine</code>.
Use <code>jsc_context_new_with_virtual_machine()</code> to create a new <code>JSCContext</code> in an
existing <code>JSCVirtualMachine</code>.</p>
          </div>
          <div class="docblock">
            <p></p>
          </div>
        </div>
      
        <div class="">
          <h6><a href="ctor.Context.new_with_virtual_machine.html">jsc_context_new_with_virtual_machine</a></h6>
          <div class="docblock">
            <p>Create a new <code>JSCContext</code> in <code>virtual_machine</code>.</p>
          </div>
          <div class="docblock">
            <p></p>
          </div>
        </div>
      
      </div>
    </div>
    

    
    <div class="toggle-wrapper methods">
      <h4 id="type-functions">
        Functions
        <a href="#type-functions" class="anchor"></a>
      </h4>

      <div class="docblock">
      
      <div class="">
        <h6><a href="type_func.Context.get_current.html">jsc_context_get_current</a></h6>
        <div class="docblock">
          <p>Get the <code>JSCContext</code> that is currently executing a function. This should only be
called within a function or method callback, otherwise <code>NULL</code> will be&nbsp;returned.</p>
        </div>
        <div class="docblock">
          <p></p>
        </div>
      </div>
      
      </div>
    </div>
    

    
    <div class="toggle-wrapper methods">
      <h4 id="methods">
        Instance methods
        <a href="#methods" class="anchor"></a>
      </h4>

      <div class="docblock">
      
        <div class="">
          <h6><a href="method.Context.check_syntax.html">jsc_context_check_syntax</a></h6>
          <div class="docblock">
            <p>Check the given <code>code</code> in <code>context</code> for syntax errors. The <code>line_number</code> is the starting line number in <code>uri</code>;
the value is one-based so the first line is 1. <code>uri</code> and <code>line_number</code> are only used to fill the <code>exception</code>.
In case of errors <code>exception</code> will be set to a new <code>JSCException</code> with the details. You can pass <code>NULL</code> to
<code>exception</code> to ignore the error&nbsp;details.</p>
          </div>
          <div class="docblock">
            <p></p>
          </div>
        </div>
      
        <div class="">
          <h6><a href="method.Context.clear_exception.html">jsc_context_clear_exception</a></h6>
          <div class="docblock">
            <p>Clear the uncaught exception in <code>context</code> if&nbsp;any.</p>
          </div>
          <div class="docblock">
            <p></p>
          </div>
        </div>
      
        <div class="">
          <h6><a href="method.Context.evaluate.html">jsc_context_evaluate</a></h6>
          <div class="docblock">
            <p>Evaluate <code>code</code> in <code>context</code>.</p>
          </div>
          <div class="docblock">
            <p></p>
          </div>
        </div>
      
        <div class="">
          <h6><a href="method.Context.evaluate_in_object.html">jsc_context_evaluate_in_object</a></h6>
          <div class="docblock">
            <p>Evaluate <code>code</code> and create an new object where symbols defined in <code>code</code> will be added as properties,
instead of being added to <code>context</code> global object. The new object is returned as <code>object</code> parameter.
Similar to how <code>jsc_value_new_object()</code> works, if <code>object_instance</code> is not <code>NULL</code> <code>object_class</code> must be provided too.
The <code>line_number</code> is the starting line number in <code>uri</code>; the value is one-based so the first line is 1.
<code>uri</code> and <code>line_number</code> will be shown in exceptions and they don&#8217;t affect the behavior of the&nbsp;script.</p>
          </div>
          <div class="docblock">
            <p></p>
          </div>
        </div>
      
        <div class="">
          <h6><a href="method.Context.evaluate_with_source_uri.html">jsc_context_evaluate_with_source_uri</a></h6>
          <div class="docblock">
            <p>Evaluate <code>code</code> in <code>context</code> using <code>uri</code> as the source <span class="caps">URI</span>. The <code>line_number</code> is the starting line number
in <code>uri</code>; the value is one-based so the first line is 1. <code>uri</code> and <code>line_number</code> will be shown in exceptions and
they don&#8217;t affect the behavior of the&nbsp;script.</p>
          </div>
          <div class="docblock">
            <p></p>
          </div>
        </div>
      
        <div class="">
          <h6><a href="method.Context.get_exception.html">jsc_context_get_exception</a></h6>
          <div class="docblock">
            <p>Get the last unhandled exception thrown in <code>context</code> by <span class="caps">API</span> functions&nbsp;calls.</p>
          </div>
          <div class="docblock">
            <p></p>
          </div>
        </div>
      
        <div class="">
          <h6><a href="method.Context.get_global_object.html">jsc_context_get_global_object</a></h6>
          <div class="docblock">
            <p>Get a <code>JSCValue</code> referencing the <code>context</code> global&nbsp;object.</p>
          </div>
          <div class="docblock">
            <p></p>
          </div>
        </div>
      
        <div class="">
          <h6><a href="method.Context.get_value.html">jsc_context_get_value</a></h6>
          <div class="docblock">
            <p>Get a property of <code>context</code> global object with <code>name</code>.</p>
          </div>
          <div class="docblock">
            <p></p>
          </div>
        </div>
      
        <div class="">
          <h6><a href="method.Context.get_virtual_machine.html">jsc_context_get_virtual_machine</a></h6>
          <div class="docblock">
            <p>Get the <code>JSCVirtualMachine</code> where <code>context</code> was&nbsp;created.</p>
          </div>
          <div class="docblock">
            <p></p>
          </div>
        </div>
      
        <div class="">
          <h6><a href="method.Context.pop_exception_handler.html">jsc_context_pop_exception_handler</a></h6>
          <div class="docblock">
            <p>Remove the last <code>JSCExceptionHandler</code> previously pushed to <code>context</code> with&nbsp;jsc_context_push_exception_handler().</p>
          </div>
          <div class="docblock">
            <p></p>
          </div>
        </div>
      
        <div class="">
          <h6><a href="method.Context.push_exception_handler.html">jsc_context_push_exception_handler</a></h6>
          <div class="docblock">
            <p>Push an exception handler in <code>context</code>. Whenever a JavaScript exception happens in
the <code>JSCContext</code>, the given <code>handler</code> will be called. The default <code>JSCExceptionHandler</code>
simply calls <code>jsc_context_throw_exception()</code> to throw the exception to the <code>JSCContext</code>.
If you don&#8217;t want to catch the exception, but only get notified about it, call
<code>jsc_context_throw_exception()</code> in <code>handler</code> like the default one does.
The last exception handler pushed is the only one used by the <code>JSCContext</code>, use
<code>jsc_context_pop_exception_handler()</code> to remove it and set the previous one. When <code>handler</code>
is removed from the context, <code>destroy_notify</code> i called with <code>user_data</code> as&nbsp;parameter.</p>
          </div>
          <div class="docblock">
            <p></p>
          </div>
        </div>
      
        <div class="">
          <h6><a href="method.Context.register_class.html">jsc_context_register_class</a></h6>
          <div class="docblock">
            <p>Register a custom class in <code>context</code> using the given <code>name</code>. If the new class inherits from
another <code>JSCClass</code>, the parent should be passed as <code>parent_class</code>, otherwise <code>NULL</code> should be
used. The optional <code>vtable</code> parameter allows to provide a custom implementation for handling
the class, for example, to handle external properties not added to the prototype.
When an instance of the <code>JSCClass</code> is cleared in the context, <code>destroy_notify</code> is called with
the instance as&nbsp;parameter.</p>
          </div>
          <div class="docblock">
            <p></p>
          </div>
        </div>
      
        <div class="">
          <h6><a href="method.Context.set_value.html">jsc_context_set_value</a></h6>
          <div class="docblock">
            <p>Set a property of <code>context</code> global object with <code>name</code> and <code>value</code>.</p>
          </div>
          <div class="docblock">
            <p></p>
          </div>
        </div>
      
        <div class="">
          <h6><a href="method.Context.throw.html">jsc_context_throw</a></h6>
          <div class="docblock">
            <p>Throw an exception to <code>context</code> using the given error message. The created <code>JSCException</code>
can be retrieved with&nbsp;jsc_context_get_exception().</p>
          </div>
          <div class="docblock">
            <p></p>
          </div>
        </div>
      
        <div class="">
          <h6><a href="method.Context.throw_exception.html">jsc_context_throw_exception</a></h6>
          <div class="docblock">
            <p>Throw <code>exception</code> to <code>context</code>.</p>
          </div>
          <div class="docblock">
            <p></p>
          </div>
        </div>
      
        <div class="">
          <h6><a href="method.Context.throw_printf.html">jsc_context_throw_printf</a></h6>
          <div class="docblock">
            <p>Throw an exception to <code>context</code> using the given formatted string as error message.
The created <code>JSCException</code> can be retrieved with&nbsp;jsc_context_get_exception().</p>
          </div>
          <div class="docblock">
            <p></p>
          </div>
        </div>
      
        <div class="">
          <h6><a href="method.Context.throw_with_name.html">jsc_context_throw_with_name</a></h6>
          <div class="docblock">
            <p>Throw an exception to <code>context</code> using the given error name and message. The created <code>JSCException</code>
can be retrieved with&nbsp;jsc_context_get_exception().</p>
          </div>
          <div class="docblock">
            <p></p>
          </div>
        </div>
      
        <div class="">
          <h6><a href="method.Context.throw_with_name_printf.html">jsc_context_throw_with_name_printf</a></h6>
          <div class="docblock">
            <p>Throw an exception to <code>context</code> using the given error name and the formatted string as error message.
The created <code>JSCException</code> can be retrieved with&nbsp;jsc_context_get_exception().</p>
          </div>
          <div class="docblock">
            <p></p>
          </div>
        </div>
      
      </div>

      
        
        <div class="toggle-wrapper default-hide ancestor-methods"><h5 style="display:block;">Methods inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a> (43)</h5>
          <div class="docblock">
          
            <div class="docblock">
              <p>Please see&nbsp;<a class="external" href="javascript:void(0)" data-link="class.Object.html#methods" data-namespace="GObject">GObject</a>&nbsp;for a full list of methods.</em></p>
            </div>
          
          </div>
        </div>
        
      

      
    </div>
    

    
    <div class="toggle-wrapper properties">
      <h4 id="properties">
        Properties
        <a href="#properties" class="anchor"></a>
      </h4>

      
      <div class="docblock">
      
        <div class="">
          <h6><a href="property.Context.virtual-machine.html">WPEJavaScriptCore.Context:virtual-machine</a></h6>
          <div class="docblock">
            <p>The <code>JSCVirtualMachine</code> in which the context was&nbsp;created.</p>
          </div>
          <div class="docblock">
            <p></p>
          </div>
        </div>
      
      </div>
      

      
        
      

      

    </div>
    

    
    <div class="signals toggle-wrapper">
      <h4 id="signals">
        Signals
        <a href="#signals" class="anchor"></a>
      </h4>

      

      
        
        <div class="toggle-wrapper default-hide ancestor-signals"><h5 style="display:block;">Signals inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a> (1)</h5>
          <div class="docblock">
          <h6><a class="external" href="javascript:void(0)" data-namespace="GObject" data-link="signal.Object.notify.html">GObject::notify</a></h6>
            <div class="docblock">
              <p>The notify signal is emitted on an object when one of its properties has
its value set through g_object_set_property(), g_object_set(), et&nbsp;al.</p>
            </div>
            <div class="docblock">
              <p></p>
            </div>
          
          </div>
        </div>
        
      

      

    </div>
    

    
    <div class="class toggle-wrapper default-hide">
      <h4 id="class-struct">
        Class structure
        <a href="#class-struct" class="anchor"></a>
      </h4>

      <div class="docblock">
        <pre><code>struct WPEJavaScriptCoreContextClass {
  GObjectClass parent_class;
  
}</code></pre>
      </div>

      <div class="docblock">
        No description available.
      </div>

      
      <div class="docblock">
        <h6>Class members</h6>

        <dl class="members">
        
          <dt><code>parent_class: GObjectClass</code></dt>
          <dd>No description available.</dd>
        
        </dd>
      </div>
      
    </div>
    

    

    

  </section>
</section>


    
<div id="toc" class="toc">
  <nav aria-labelledby="toc-title">
    <p id="toc-title">Content</p>
    <ul class="toc-list">
      <li class="toc-list-item"><a href="#description"><span class="link-text">Description</span></a></li>
      
      
      <li class="toc-list-item"><a href="#hierarchy"><span class="link-text">Hierarchy</span></a></li>
      
      
      <li class="toc-list-item"><a href="#ancestors"><span class="link-text">Ancestors</span></a></li>
      
      
      
<li class="toc-list-item"><a href="#constructors"><span class="link-text">Constructors</span></a></li>


      
<li class="toc-list-item"><a href="#type-functions"><span class="link-text">Functions</span></a></li>


      
<li class="toc-list-item"><a href="#methods"><span class="link-text">Methods</span></a></li>


      
<li class="toc-list-item"><a href="#properties"><span class="link-text">Properties</span></a></li>


      

      

      

    </ul>
  </nav>
</div>


    <section id="search" class="content hidden"></section>

    <footer>
    
    </footer>
  </div>
</body>
</html>