Searched refs:getCurrentContext (Results 1 – 2 of 2) sorted by relevance
| /plugin/asciidocjs/node_modules/function-bind/test/ |
| D | index.js | 6 var getCurrentContext = function () { return this; }; function 35 st.equal(context, getCurrentContext.call()); 49 st.equal(context, getCurrentContext.call()); 62 st.equal(context, getCurrentContext.call(), 'returned context is namespaced context'); 76 st.equal(context, getCurrentContext.call(), 'returned context is namespaced context'); 160 st.notEqual(context, getCurrentContext.call(), 'returned context is not lexical context'); 176 st.notEqual(context, getCurrentContext.call(), 'returned context is not lexical context');
|
| /plugin/refnotes/ |
| D | core.php | 89 private function getCurrentContext() { function in refnotes_parser_core 97 return $this->getCurrentContext()->canHandle($state); 104 $this->getCurrentContext()->enterReference($name, $data); 111 return $this->getCurrentContext()->exitReference();
|